1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Ross Burton
2022-10-18 17:44:12 +01:00
committed by Richard Purdie
parent 2f9472efbc
commit 43cc9a16c1
@@ -195,9 +195,17 @@ Known Issues in 4.1
into the image. Filed as :yocto_bugs:`bug 14928 </show_bug.cgi?id=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 </show_bug.cgi?id=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 </show_bug.cgi?id=14626>`, which also details the fix.
- The change to :ref:`migration-4.1-classes-split` inadvertently moved the
:ref:`externalsrc <ref-classes-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 </show_bug.cgi?id=14940>`.
Recipe License changes in 4.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~