summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: