summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst6
1 files changed, 3 insertions, 3 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 75930fef82..2680c6ac2c 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -976,13 +976,13 @@ go into ``bitbake.conf``, for example::
976``addfragments`` takes three parameters: 976``addfragments`` takes three parameters:
977 977
978- path prefix for fragment files inside the layer file tree that bitbake 978- path prefix for fragment files inside the layer file tree that bitbake
979uses to construct full paths to the fragment files 979 uses to construct full paths to the fragment files
980 980
981- name of variable that holds the list of enabled fragments in an 981- name of variable that holds the list of enabled fragments in an
982active build 982 active build
983 983
984- name of variable that contains a list of variable names containing 984- name of variable that contains a list of variable names containing
985fragment-specific metadata (such as descriptions) 985 fragment-specific metadata (such as descriptions)
986 986
987This allows listing enabled configuration fragments in ``OE_FRAGMENTS`` 987This allows listing enabled configuration fragments in ``OE_FRAGMENTS``
988variable like this:: 988variable like this::