ソースを参照

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>
Antonin Godard 2 ヶ月 前
コミット
be14e8aa49
1 ファイル変更6 行追加0 行削除
  1. 6 0
      documentation/migration-guides/release-notes-5.2.rst

+ 6 - 0
documentation/migration-guides/release-notes-5.2.rst

@@ -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.