summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-10-18 17:44:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commit43cc9a16c123117b6dd0a6ac6c4a15ee38a23828 (patch)
tree1dcc73e5c0fc47164d274b60ba607c0ff026a9f1 /documentation
parent2f9472efbc323f6eac355abc510b106c72f36c52 (diff)
downloadpoky-43cc9a16c123117b6dd0a6ac6c4a15ee38a23828.tar.gz
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 <ross.burton@arm.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/migration-guides/release-notes-4.1.rst14
1 files 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
195 into the image. Filed as :yocto_bugs:`bug 14928 </show_bug.cgi?id=14928>`. 195 into the image. Filed as :yocto_bugs:`bug 14928 </show_bug.cgi?id=14928>`.
196 196
197- There is a known issue with eSDKs where sstate objects may be missing, 197- There is a known issue with eSDKs where sstate objects may be missing,
198 resulting in packages being unavailable to install in the sysroot. This is 198 resulting in packages being unavailable to install in the sysroot. This is due
199 under investigation and appears to be related to hash equivalence. Filed as 199 to image generation optimisations having unintended consequences in eSDK
200 :yocto_bugs:`bug 14626 </show_bug.cgi?id=14626>`. 200 generation. This will be resolved in the next point release. Filed as
201 :yocto_bugs:`bug 14626 </show_bug.cgi?id=14626>`, which also details the fix.
202
203- The change to :ref:`migration-4.1-classes-split` inadvertently moved the
204 :ref:`externalsrc <ref-classes-externalsrc>` class to ``meta/classes-recipe``,
205 when it is not recipe-specific and can also be used in a global context. The
206 class will be moved back to ``meta/classes`` in the next point release. Filed
207 as :yocto_bugs:`bug 14940 </show_bug.cgi?id=14940>`.
208
201 209
202Recipe License changes in 4.1 210Recipe License changes in 4.1
203~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 211~~~~~~~~~~~~~~~~~~~~~~~~~~~~~