From patchwork Mon Jan 2 14:20:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 17504 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 C17E8C4708E for ; Mon, 2 Jan 2023 14:20:14 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mx.groups.io with SMTP id smtpd.web10.36481.1672669212623241499 for ; Mon, 02 Jan 2023 06:20:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=NAy3tHv5; spf=pass (domain: bootlin.com, ip: 217.70.183.196, mailfrom: michael.opdenacker@bootlin.com) Received: (Authenticated sender: michael.opdenacker@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id A192DE0015; Mon, 2 Jan 2023 14:20:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1672669209; 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=U8ZgsQUEeNtPd5OnvkXgIjuBwXEiEB52Cg9SmI36mKc=; b=NAy3tHv5rKgSlj2danryfn52DXLWRMiSZU5lbRCKI8lr334Um8caf/uID3/S3GNoNqc6Vw 5KgLWzLtQH7cEikflXpRb71dJSehfDFxhuSv9if5lfTkFSCNfrvUIYVfbdiQsKzjK4cSez K+WzSSA90NAnLaSE4+d2Lea8LbnI8l2tskrlQ0hc8jwz10arLaUkjMjy01j0cEr1lCeVb3 npNou41DULPcjqlYx2yptu8DgWK02g/RajOiwrvgksD76nH9nzOloUwEWCUub8uv61+ag7 e5NYL5zAY0cAbzLJHvEhULfjkgtZwDmt6lL7jYU69wjVrBVzYmd2UIpCRUqDnw== From: michael.opdenacker@bootlin.com To: docs@lists.yoctoproject.org Cc: Michael Opdenacker Subject: [PATCH] migration-guides: fix 4.2 migration note issues Date: Mon, 2 Jan 2023 15:20:06 +0100 Message-Id: <20230102142006.147970-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.37.2 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, 02 Jan 2023 14:20:14 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3569 From: Michael Opdenacker - Eliminate this warning: WARNING: Title underline too short. - Remove a leftover patch file Signed-off-by: Michael Opdenacker --- ...-manuals-prepare-4.2-migration-notes.patch | 134 ------------------ .../migration-guides/release-notes-4.2.rst | 2 +- 2 files changed, 1 insertion(+), 135 deletions(-) delete mode 100644 documentation/0001-manuals-prepare-4.2-migration-notes.patch diff --git a/documentation/0001-manuals-prepare-4.2-migration-notes.patch b/documentation/0001-manuals-prepare-4.2-migration-notes.patch deleted file mode 100644 index 9c8f9d74b5..0000000000 --- a/documentation/0001-manuals-prepare-4.2-migration-notes.patch +++ /dev/null @@ -1,134 +0,0 @@ -From 42a8aad2c8b52b1cfbc6c580c689d3c9a7056485 Mon Sep 17 00:00:00 2001 -From: Michael Opdenacker -Date: Tue, 13 Dec 2022 09:57:04 +0100 -Subject: [PATCH] manuals: prepare 4.2 migration notes - -Signed-off-by: Michael Opdenacker ---- - documentation/migration-guides/index.rst | 1 + - .../migration-guides/migration-4.2.rst | 48 +++++++++++++++++++ - .../migration-guides/release-4.2.rst | 9 ++++ - .../migration-guides/release-notes-4.2.rst | 28 +++++++++++ - 4 files changed, 86 insertions(+) - create mode 100644 documentation/migration-guides/migration-4.2.rst - create mode 100644 documentation/migration-guides/release-4.2.rst - create mode 100644 documentation/migration-guides/release-notes-4.2.rst - -diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst -index ce0ca8c659..6f7bcbef29 100644 ---- a/documentation/migration-guides/index.rst -+++ b/documentation/migration-guides/index.rst -@@ -12,6 +12,7 @@ to move to one release of the Yocto Project from the previous one. - .. toctree:: - - migration-general -+ release-4.2 - release-4.1 - release-4.0 - release-3.4 -diff --git a/documentation/migration-guides/migration-4.2.rst b/documentation/migration-guides/migration-4.2.rst -new file mode 100644 -index 0000000000..944ad31a4c ---- /dev/null -+++ b/documentation/migration-guides/migration-4.2.rst -@@ -0,0 +1,48 @@ -+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK -+ -+Release 4.2 (mickledore) -+======================== -+ -+Migration notes for 4.2 (mickledore) -+------------------------------------ -+ -+This section provides migration information for moving to the Yocto -+Project 4.2 Release (codename "mickledore") from the prior release. -+ -+.. _migration-4.2-python-3.8: -+ -+Python 3.8 is now the minimum required Python version version -+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~------------ -+ -+BitBake and OpenEmbedded-Core are now relying on Python 3.8, -+making it a requirement to use a distribution providing at least this -+version, or to use :term:`buildtools`. -+ -+.. _migration-4.2-qa-checks: -+ -+QA check changes -+~~~~~~~~~~~~~~~~ -+ -+.. _migration-4.2-misc-changes: -+ -+Miscellaneous changes -+~~~~~~~~~~~~~~~~~~~~~ -+ -+- The ``OEBasic`` signature handler (see :term:`BB_SIGNATURE_HANDLER`) has been -+ removed. -+ -+.. _migration-4.2-removed-variables: -+ -+Removed variables -+~~~~~~~~~~~~~~~~~ -+ -+The following variables have been removed: -+- ``SERIAL_CONSOLE``, deprecated since version 2.6, replaced by :term:``SERIAL_CONSOLES``. -+ -+.. _migration-4.2-removed-recipes: -+ -+Removed recipes -+~~~~~~~~~~~~~~~ -+ -+The following recipes have been removed in this release: -+ -diff --git a/documentation/migration-guides/release-4.2.rst b/documentation/migration-guides/release-4.2.rst -new file mode 100644 -index 0000000000..ae52d939c8 ---- /dev/null -+++ b/documentation/migration-guides/release-4.2.rst -@@ -0,0 +1,9 @@ -+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK -+ -+Release 4.2 (mickledore) -+======================== -+ -+.. toctree:: -+ -+ migration-4.2 -+ release-notes-4.2 -diff --git a/documentation/migration-guides/release-notes-4.2.rst b/documentation/migration-guides/release-notes-4.2.rst -new file mode 100644 -index 0000000000..f3d69d98cc ---- /dev/null -+++ b/documentation/migration-guides/release-notes-4.2.rst -@@ -0,0 +1,28 @@ -+.. SPDX-License-Identifier: CC-BY-SA-2.0-UK -+ -+Release notes for 4.2 (mickledore) -+--------------------------------- -+ -+New Features / Enhancements in 4.2 -+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -+ -+- Python 3.8 s the minimum Python version required on the build host. -+ For host distros that do not provide it, this is included as part of the -+ :term:`buildtools` tarball. -+ -+- This release now supports a new ``addpylib`` directive to enable -+ Python libraries within layers. -+ -+ This directive should be added to your layer configuration, -+ as in the below example from ``meta/conf/layer.conf``:: -+ -+ addpylib ${LAYERDIR}/lib oe -+ -+- Architecture-specific enhancements: -+ -+- Kernel-related enhancements: -+ -+- QEMU/runqemu enhancements: -+ -+- Image-related enhancements: -+ --- -2.37.2 - diff --git a/documentation/migration-guides/release-notes-4.2.rst b/documentation/migration-guides/release-notes-4.2.rst index 690a228f7b..edafe378b0 100644 --- a/documentation/migration-guides/release-notes-4.2.rst +++ b/documentation/migration-guides/release-notes-4.2.rst @@ -1,7 +1,7 @@ .. SPDX-License-Identifier: CC-BY-SA-2.0-UK Release notes for 4.2 (mickledore) ---------------------------------- +---------------------------------- New Features / Enhancements in 4.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~