migration-guides/release-notes-5.2.rst: add an entry for addfragments

This should be clearly mentioned in the BitBake section as it is an
valuable addition to 5.2.

(From yocto-docs rev: 62e0fd7ec9581918935b44427326ae74991bd72a)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard 2025-03-28 09:07:11 +01:00 committed by Richard Purdie
parent e02cf372bf
commit be14e8aa49

View File

@ -302,6 +302,12 @@ New Features / Enhancements in |yocto-ver|
- BitBake changes:
- Add a new concept of configuration fragment, which allows providing
configuration snippets contained in layers in a structured and controlled
way. For more information, see the
:ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:\`\`addfragments\`\`
Directive` section of the BitBake User Manual.
- Add a new ``include_all`` directive, which can be used to include multiple
files present in the same location in different layers.