From patchwork Mon Mar 7 13:15:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 4803 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 7AF2BC433EF for ; Mon, 7 Mar 2022 13:15:09 +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.web12.25982.1646658907615381931 for ; Mon, 07 Mar 2022 05:15:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=KZ9VHzRX; spf=pass (domain: bootlin.com, ip: 217.70.183.194, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id A125E40011; Mon, 7 Mar 2022 13:15:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1646658905; 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; bh=bN7KYWB8nmMsNL4r+7bkqmEW2YPs7J/VsqFb6lE5LSY=; b=KZ9VHzRXwY21E4P2LDw77VTzfk1IPpmU2YZVOi/oaCK2/FapwehM6RJOnDuv0ayEpZnmoC DYa/dKGuVMg4XqzCl1RoC7oxn0vLfG6dQgTCjzQRfxuyTNP40LvDQmJ0yOpLgJydXQyaN3 QbooTMrnWlO1MSd9cJ648lBzs/opOB+0YJ6iS+HFMUeoH1QP4lhPPW9wTqfieICx7jrL8y +oRyt2R9hlTyaWPCGrd9wB2KtG1Guva4Dzpf4RYvtE/t3N/Zr7/3SN+TwV8XmTyYacjXjY n1j/rfc1Hemrh49yyXYCY89Ts+fvGwWQayhRBi2tdg6gwv4UZtkh0ycWDpOGng== From: Michael Opdenacker To: bitbake-devel@lists.openembedded.org Cc: docs@lists.yoctoproject.org, Michael Opdenacker Subject: [PATCH] bitbake-user-manual: add recent release manuals Date: Mon, 7 Mar 2022 14:15:01 +0100 Message-Id: <20220307131501.523603-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Mon, 07 Mar 2022 13:15:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/2533 Add links corresponding to recent releases Align the title of sections with yocto-docs' releases.rst Signed-off-by: Michael Opdenacker --- doc/releases.rst | 84 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 63 insertions(+), 21 deletions(-) diff --git a/doc/releases.rst b/doc/releases.rst index d68d7159..6635032c 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -1,32 +1,74 @@ .. SPDX-License-Identifier: CC-BY-2.5 -========================= - Current Release Manuals -========================= +=========================== + Supported Release Manuals +=========================== + +****************************** +Release Series 3.4 (honister) +****************************** + +- :yocto_docs:`3.4 BitBake User Manual ` +- :yocto_docs:`3.4.1 BitBake User Manual ` +- :yocto_docs:`3.4.2 BitBake User Manual ` + +****************************** +Release Series 3.3 (hardknott) +****************************** + +- :yocto_docs:`3.3 BitBake User Manual ` +- :yocto_docs:`3.3.1 BitBake User Manual ` +- :yocto_docs:`3.3.2 BitBake User Manual ` +- :yocto_docs:`3.3.3 BitBake User Manual ` +- :yocto_docs:`3.3.4 BitBake User Manual ` +- :yocto_docs:`3.3.5 BitBake User Manual ` **************************** -3.1 'dunfell' Release Series +Release Series 3.1 (dunfell) **************************** - :yocto_docs:`3.1 BitBake User Manual ` - :yocto_docs:`3.1.1 BitBake User Manual ` - :yocto_docs:`3.1.2 BitBake User Manual ` +- :yocto_docs:`3.1.3 BitBake User Manual ` +- :yocto_docs:`3.1.4 BitBake User Manual ` +- :yocto_docs:`3.1.5 BitBake User Manual ` +- :yocto_docs:`3.1.6 BitBake User Manual ` +- :yocto_docs:`3.1.7 BitBake User Manual ` +- :yocto_docs:`3.1.8 BitBake User Manual ` +- :yocto_docs:`3.1.9 BitBake User Manual ` +- :yocto_docs:`3.1.10 BitBake User Manual ` +- :yocto_docs:`3.1.11 BitBake User Manual ` +- :yocto_docs:`3.1.12 BitBake User Manual ` +- :yocto_docs:`3.1.13 BitBake User Manual ` +- :yocto_docs:`3.1.14 BitBake User Manual ` ========================== - Previous Release Manuals + Outdated Release Manuals ========================== +******************************* +Release Series 3.2 (gatesgarth) +******************************* + +- :yocto_docs:`3.2 BitBake User Manual ` +- :yocto_docs:`3.2.1 BitBake User Manual ` +- :yocto_docs:`3.2.2 BitBake User Manual ` +- :yocto_docs:`3.2.3 BitBake User Manual ` +- :yocto_docs:`3.2.4 BitBake User Manual ` + ************************* -3.0 'zeus' Release Series +Release Series 3.0 (zeus) ************************* - :yocto_docs:`3.0 BitBake User Manual ` - :yocto_docs:`3.0.1 BitBake User Manual ` - :yocto_docs:`3.0.2 BitBake User Manual ` - :yocto_docs:`3.0.3 BitBake User Manual ` +- :yocto_docs:`3.0.4 BitBake User Manual ` **************************** -2.7 'warrior' Release Series +Release Series 2.7 (warrior) **************************** - :yocto_docs:`2.7 BitBake User Manual ` @@ -36,7 +78,7 @@ - :yocto_docs:`2.7.4 BitBake User Manual ` ************************* -2.6 'thud' Release Series +Release Series 2.6 (thud) ************************* - :yocto_docs:`2.6 BitBake User Manual ` @@ -46,16 +88,16 @@ - :yocto_docs:`2.6.4 BitBake User Manual ` ************************* -2.5 'sumo' Release Series +Release Series 2.5 (sumo) ************************* -- :yocto_docs:`2.5 BitBake User Manual ` -- :yocto_docs:`2.5.1 BitBake User Manual ` -- :yocto_docs:`2.5.2 BitBake User Manual ` -- :yocto_docs:`2.5.3 BitBake User Manual ` +- :yocto_docs:`2.5 Documentation ` +- :yocto_docs:`2.5.1 Documentation ` +- :yocto_docs:`2.5.2 Documentation ` +- :yocto_docs:`2.5.3 Documentation ` ************************** -2.4 'rocko' Release Series +Release Series 2.4 (rocko) ************************** - :yocto_docs:`2.4 BitBake User Manual ` @@ -65,7 +107,7 @@ - :yocto_docs:`2.4.4 BitBake User Manual ` ************************* -2.3 'pyro' Release Series +Release Series 2.3 (pyro) ************************* - :yocto_docs:`2.3 BitBake User Manual ` @@ -75,7 +117,7 @@ - :yocto_docs:`2.3.4 BitBake User Manual ` ************************** -2.2 'morty' Release Series +Release Series 2.2 (morty) ************************** - :yocto_docs:`2.2 BitBake User Manual ` @@ -84,7 +126,7 @@ - :yocto_docs:`2.2.3 BitBake User Manual ` **************************** -2.1 'krogoth' Release Series +Release Series 2.1 (krogoth) **************************** - :yocto_docs:`2.1 BitBake User Manual ` @@ -93,7 +135,7 @@ - :yocto_docs:`2.1.3 BitBake User Manual ` *************************** -2.0 'jethro' Release Series +Release Series 2.0 (jethro) *************************** - :yocto_docs:`1.9 BitBake User Manual ` @@ -103,7 +145,7 @@ - :yocto_docs:`2.0.3 BitBake User Manual ` ************************* -1.8 'fido' Release Series +Release Series 1.8 (fido) ************************* - :yocto_docs:`1.8 BitBake User Manual ` @@ -111,7 +153,7 @@ - :yocto_docs:`1.8.2 BitBake User Manual ` ************************** -1.7 'dizzy' Release Series +Release Series 1.7 (dizzy) ************************** - :yocto_docs:`1.7 BitBake User Manual ` @@ -120,7 +162,7 @@ - :yocto_docs:`1.7.3 BitBake User Manual ` ************************** -1.6 'daisy' Release Series +Release Series 1.6 (daisy) ************************** - :yocto_docs:`1.6 BitBake User Manual `