From patchwork Fri Jan 12 16:53:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 37691 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03141C4706C for ; Fri, 12 Jan 2024 16:53:45 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web11.12411.1705078418871659818 for ; Fri, 12 Jan 2024 08:53:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=dja25iRY; spf=pass (domain: bootlin.com, ip: 217.70.183.193, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5DE2C240006; Fri, 12 Jan 2024 16:53:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1705078417; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=uo6j4L+/Wg1LOnF0K7ujcic56OGsMQnyAQacxKYADLI=; b=dja25iRYf6nGQm91TcaQCzSf0rSFXtJ0m/Au8Uc4goy1WCN3Z3HlOpXqKJCGNiYUck2LJc SJy0wyM0PCZbdmjNbqLo4shlU66lypNWq4gVwz0q9TPUbr0phf+/gMM3487dvoMKW2YW4E QYq/CSlX3eGeHF7JEKrYts8dFjAkbS8K2yNGh1IF6l1ksxtlnLySLMGstxn8/IVZYR1H+Y Gts6iCPrcTj/QwpFImpa4tD9DpqFhARlL29HaGlqInYpA3VF/3qqUPXwB9I/YlM7ukENrV jaaGzfak3R3TJtqnlIocHQkzPuRwf5mlhJvoYuVNyiIOWVCmHFrUO0vuZqGbfA== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , Maxin John Subject: [kirkstone][PATCH 3/6] ref-manual: classes: remove insserv bbclass Date: Fri, 12 Jan 2024 17:53:08 +0100 Message-Id: <20240112165311.3554201-4-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240112165311.3554201-1-michael.opdenacker@bootlin.com> References: <20240112165311.3554201-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 12 Jan 2024 16:53:45 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4776 From: Michael Opdenacker From: Maxin B. John insserv.bbclass was removed from oe-core: commit e6bb5dbb62257a7de730ea9085dfd89520f3e47d Author: Richard Purdie Date: Sun May 10 12:30:49 2015 +0100 insserv: Remove Signed-off-by: Maxin John Reviewed-by: Michael Opdenacker --- documentation/ref-manual/classes.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 6074ea0f52..0677157b3b 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -1462,16 +1462,6 @@ Here are the tests you can list with the :term:`WARN_QA` and automatically get these versions. Consequently, you should only need to explicitly add dependencies to binary driver recipes. -.. _ref-classes-insserv: - -``insserv`` -=========== - -The :ref:`ref-classes-insserv` class uses the ``insserv`` utility to update the order -of symbolic links in ``/etc/rc?.d/`` within an image based on -dependencies specified by LSB headers in the ``init.d`` scripts -themselves. - .. _ref-classes-kernel: ``kernel``