From 43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 18 Oct 2022 17:44:12 +0100 Subject: [PATCH] migration-guides/release-notes-4.1.rst: add more known issues Clarfify the eSDK issue, and document the externalsrc issue. (From yocto-docs rev: 25cbbe19c935293e0549d89b6716a0fae229113c) Signed-off-by: Ross Burton Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- .../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 be722356d1..0c552bf1ac 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~