diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-28 09:07:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | be14e8aa49b284ebf80b6a154d3e646a5c265ca8 (patch) | |
tree | 4f1f67a9ec5ae247830a1812a229a83babd68bb1 /documentation | |
parent | e02cf372bfeccad47c701506d8d2c9016979e85f (diff) | |
download | poky-be14e8aa49b284ebf80b6a154d3e646a5c265ca8.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index d583f3e9d1..cbef0d6863 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -302,6 +302,12 @@ New Features / Enhancements in |yocto-ver| | |||
302 | 302 | ||
303 | - BitBake changes: | 303 | - BitBake changes: |
304 | 304 | ||
305 | - Add a new concept of configuration fragment, which allows providing | ||
306 | configuration snippets contained in layers in a structured and controlled | ||
307 | way. For more information, see the | ||
308 | :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:\`\`addfragments\`\` | ||
309 | Directive` section of the BitBake User Manual. | ||
310 | |||
305 | - Add a new ``include_all`` directive, which can be used to include multiple | 311 | - Add a new ``include_all`` directive, which can be used to include multiple |
306 | files present in the same location in different layers. | 312 | files present in the same location in different layers. |
307 | 313 | ||