From patchwork Fri Jan 12 16:54:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 37695 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 3F28DC47DA2 for ; Fri, 12 Jan 2024 16:55:15 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx.groups.io with SMTP id smtpd.web10.12648.1705078506477312106 for ; Fri, 12 Jan 2024 08:55:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=jP1jUiBj; spf=pass (domain: bootlin.com, ip: 217.70.183.198, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9A7BDC0004; Fri, 12 Jan 2024 16:55:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1705078504; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rPV2bZAy23Q6ty8xGuaiZowfbtjZCMsixgJRdAsJXgY=; b=jP1jUiBjinAmBjm1k5BpINMKSFvNtaZ1s7cwVFE+gvX/c3ovNsNeaLB7OfoB8J2JE3sQKW TCZVh/UNIbMjUh/MZPeVt0ZxTdltBHoNtI4l0/lMN3vU+l1Ex7eWfysbLx57rvtrCCdBH7 3HXhx4ardg53dTLIxu6n7dVETNbB/CzrY8YP+8YzIXHnG4SVpkPBftfCtlPaUOJRWZVa0h 7HPURaBsqqPD44Lk6Nv9HrxEn4y6PFOI43Nwe3Qh2SjOxT0HlGGKBLa1n1+8VGNo/psZcl /h6HrVEeBGQ5jCDrg5Q20pXfma4MmYVVOoQeyIApqy4tjmtK45btZTnq10cnwA== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , =?utf-8?q?Simone_We?= =?utf-8?q?i=C3=9F?= Subject: [dunfell][PATCH 1/2] dev-manual: start.rst: update use of Download page Date: Fri, 12 Jan 2024 17:54:58 +0100 Message-Id: <20240112165459.3554452-2-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240112165459.3554452-1-michael.opdenacker@bootlin.com> References: <20240112165459.3554452-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:55:15 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4782 From: Michael Opdenacker From: Simone Weiß The yocto website has changed its structure. Update the section for Accessing the Downloads page to match the new structure. Signed-off-by: Simone Weiß Reviewed-by: Michael Opdenacker --- documentation/dev-manual/dev-manual-start.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst index a85b86fbfb..6a330d4a32 100644 --- a/documentation/dev-manual/dev-manual-start.rst +++ b/documentation/dev-manual/dev-manual-start.rst @@ -659,7 +659,7 @@ Follow these steps to locate and download a particular tarball: Using the Downloads Page ------------------------ -The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page +The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page from which you can locate and download tarballs of any Yocto Project release. Rather than Git repositories, these files represent snapshot tarballs similar to the tarballs located in the Index of Releases @@ -676,12 +676,13 @@ Releases <#accessing-index-of-releases>`__" section. 1. *Go to the Yocto Project Website:* Open The :yocto_home:`Yocto Project Website <>` in your browser. -2. *Get to the Downloads Area:* Select the "DOWNLOADS" item from the - pull-down "SOFTWARE" tab menu near the top of the page. +#. *Get to the Downloads Area:* Select the "RELEASES" item from the + pull-down "DEVELOPMENT" tab menu near the top of the page. -3. *Select a Yocto Project Release:* Use the menu next to "RELEASE" to - display and choose a recent or past supported Yocto Project release - (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth). +#. *Select a Yocto Project Release:* On the top of the "RELEASE" page currently + supported releases are displayed, further down past supported Yocto Project + releases are visible. The "Download" links in the rows of the table there + will lead to the download tarballs for the release. .. note:: @@ -691,9 +692,9 @@ Releases <#accessing-index-of-releases>`__" section. You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto Project releases. -4. *Download Tools or Board Support Packages (BSPs):* From the - "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll - down the page and look for what you need. +#. *Download Tools or Board Support Packages (BSPs):* Next to the tarballs you + will find download tools or BSPs as well. Just select a Yocto Project + release and look for what you need. Accessing Nightly Builds ------------------------ From patchwork Fri Jan 12 16:54:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 37694 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 3A58FC47258 for ; Fri, 12 Jan 2024 16:55:15 +0000 (UTC) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx.groups.io with SMTP id smtpd.web10.12649.1705078506535256170 for ; Fri, 12 Jan 2024 08:55:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=cp2g2E7F; spf=pass (domain: bootlin.com, ip: 217.70.183.194, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1EFAE40007; Fri, 12 Jan 2024 16:55:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1705078505; 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=ynjHt0q7rUYR9vwyRejrZ4VBTp5sYVECJdB2LNEDxTU=; b=cp2g2E7FWz68SzEqsf5Yho3FOQ8NhS0ZEdmEDGDGva+BIKezgG1Uvd/QzfcsSvBKvNpGwr bDjpEqLD0xhkW4hg37eCas6bZTO81l65B01T/OgORjLHAzCnY4RGvqRVW+P1IbtQUfAbfv VaMO3SxxBlh2FeB+w2G0kgmaRd49oncH0JnA4FL7w/9aFarLfPLfY0OXgTTKVTv3ikCfV8 wcg4z1VCQiRSZDXLxyjSo76RJmOXec/2Bs/YD5SeG0G6J8yt+JLPntpIiabCrcttblctUQ Iwds4ww+GdMNReW0dyHLA8tdRVDLDpHmJdEWGfDf10gryR/bgSto9+b5buWHgQ== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker , Maxin John Subject: [dunfell][PATCH 2/2] ref-manual: classes: remove insserv bbclass Date: Fri, 12 Jan 2024 17:54:59 +0100 Message-Id: <20240112165459.3554452-3-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240112165459.3554452-1-michael.opdenacker@bootlin.com> References: <20240112165459.3554452-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:55:15 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/4781 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/ref-classes.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst index e657fe0e55..dea27eea88 100644 --- a/documentation/ref-manual/ref-classes.rst +++ b/documentation/ref-manual/ref-classes.rst @@ -1315,16 +1315,6 @@ The following list shows the tests you can list with the ``WARN_QA`` and automatically get these versions. Consequently, you should only need to explicitly add dependencies to binary driver recipes. -.. _ref-classes-insserv: - -``insserv.bbclass`` -=================== - -The ``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.bbclass``