summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-5.2.rst6
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