diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-4.1.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-4.1.rst b/documentation/migration-guides/release-notes-4.1.rst index 4639d04cb4..be722356d1 100644 --- a/documentation/migration-guides/release-notes-4.1.rst +++ b/documentation/migration-guides/release-notes-4.1.rst | |||
@@ -187,7 +187,17 @@ New Features / Enhancements in 4.1 | |||
187 | Known Issues in 4.1 | 187 | Known Issues in 4.1 |
188 | ~~~~~~~~~~~~~~~~~~~ | 188 | ~~~~~~~~~~~~~~~~~~~ |
189 | 189 | ||
190 | 190 | - The change to :ref:`migration-4.1-complementary-deps` means that images | |
191 | built with the ``ptest-pkgs`` :term:`IMAGE_FEATURES` don’t automatically | ||
192 | install ``ptest-runner``, as that package is a recommendation of the | ||
193 | individual ``-ptest`` packages. This will be resolved in the next point | ||
194 | release, and can be worked around by explicitly installing ``ptest-runner`` | ||
195 | into the image. Filed as :yocto_bugs:`bug 14928 </show_bug.cgi?id=14928>`. | ||
196 | |||
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 | ||
199 | under investigation and appears to be related to hash equivalence. Filed as | ||
200 | :yocto_bugs:`bug 14626 </show_bug.cgi?id=14626>`. | ||
191 | 201 | ||
192 | Recipe License changes in 4.1 | 202 | Recipe License changes in 4.1 |
193 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 203 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |