summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-10-27 15:26:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:43:31 +0000
commit1effe323573881d167442d20fe9792c5cf79a575 (patch)
tree84480b599cfbdbeabb12e61823a2948ca17204cf /bitbake
parent249793af751127ee28be2565974944fd42ae1789 (diff)
downloadpoky-1effe323573881d167442d20fe9792c5cf79a575.tar.gz
bitbake: bitbake-user-manual-metadata.rst: OE_BUILTIN_FRAGMENTS -> OE_FRAGMENTS_BUILTIN
The actual variable name used in oe-core is OE_FRAGMENTS_BUILTIN, which is in a consistent format with other OE_FRAGMENTS_XXX vars. (Bitbake rev: 86c5f6aa59980d04264bc526976a49fdf749d1af) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 6a3488ed23..e5075a346b 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -999,7 +999,7 @@ This directive allows fine-tuning local configurations with configuration
999snippets contained in layers in a structured, controlled way. Typically it would 999snippets contained in layers in a structured, controlled way. Typically it would
1000go into ``bitbake.conf``, for example:: 1000go into ``bitbake.conf``, for example::
1001 1001
1002 addfragments conf/fragments OE_FRAGMENTS OE_FRAGMENTS_METADATA_VARS OE_BUILTIN_FRAGMENTS 1002 addfragments conf/fragments OE_FRAGMENTS OE_FRAGMENTS_METADATA_VARS OE_FRAGMENTS_BUILTIN
1003 1003
1004``addfragments`` takes four parameters: 1004``addfragments`` takes four parameters:
1005 1005
@@ -1040,7 +1040,7 @@ each other when several fragments are enabled.
1040 1040
1041The variable containing a built-in fragment definitions could look like this:: 1041The variable containing a built-in fragment definitions could look like this::
1042 1042
1043 OE_BUILTIN_FRAGMENTS = "someprefix:SOMEVARIABLE anotherprefix:ANOTHERVARIABLE" 1043 OE_FRAGMENTS_BUILTIN = "someprefix:SOMEVARIABLE anotherprefix:ANOTHERVARIABLE"
1044 1044
1045and then if 'someprefix/somevalue' is added to the variable that holds the list 1045and then if 'someprefix/somevalue' is added to the variable that holds the list
1046of enabled fragments: 1046of enabled fragments: