From patchwork Tue Oct 18 16:44:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 13987 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 D63C1C43217 for ; Tue, 18 Oct 2022 16:44:21 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.9610.1666111458058876705 for ; Tue, 18 Oct 2022 09:44:18 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B2F8C113E; Tue, 18 Oct 2022 09:44:23 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 138683F7D8; Tue, 18 Oct 2022 09:44:16 -0700 (PDT) From: Ross Burton To: docs@lists.yoctoproject.org Cc: nd@arm.com Subject: [PATCH] migration-guides/release-notes-4.1.rst: add more known issues Date: Tue, 18 Oct 2022 17:44:12 +0100 Message-Id: <20221018164412.964305-1-ross.burton@arm.com> X-Mailer: git-send-email 2.34.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 ; Tue, 18 Oct 2022 16:44:21 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/3371 Clarfify the eSDK issue, and document the externalsrc issue. Signed-off-by: Ross Burton Reviewed-by: Michael Opdenacker --- .../migration-guides/release-notes-4.1.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst index be722356d..0c552bf1a 100644 --- a/documentation/migration-guides/release-notes-4.1.rst +++ b/documentation/migration-guides/release-notes-4.1.rst @@ -195,9 +195,17 @@ Known Issues in 4.1 into the image. Filed as :yocto_bugs:`bug 14928 `. - There is a known issue with eSDKs where sstate objects may be missing, - resulting in packages being unavailable to install in the sysroot. This is - under investigation and appears to be related to hash equivalence. Filed as - :yocto_bugs:`bug 14626 `. + resulting in packages being unavailable to install in the sysroot. This is due + to image generation optimisations having unintended consequences in eSDK + generation. This will be resolved in the next point release. Filed as + :yocto_bugs:`bug 14626 `, which also details the fix. + +- The change to :ref:`migration-4.1-classes-split` inadvertently moved the + :ref:`externalsrc ` class to ``meta/classes-recipe``, + when it is not recipe-specific and can also be used in a global context. The + class will be moved back to ``meta/classes`` in the next point release. Filed + as :yocto_bugs:`bug 14940 `. + Recipe License changes in 4.1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~