summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-26 17:11:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-28 11:04:32 +0000
commit34b6e34a2b08f8285f9eeea7dc14a6ba5fc0a0eb (patch)
treebadad944aa91a664b4165de4d3337686e859a5ea /bitbake
parent9b3b7bc4cd743a3b51a19978147d3b7b7d57cc33 (diff)
downloadpoky-34b6e34a2b08f8285f9eeea7dc14a6ba5fc0a0eb.tar.gz
bitbake: doc/bitbake-user-manual-metadata: fix unindent warnings
Fix Sphinx warnings (treated as errors on local builds): bitbake-user-manual-metadata.rst:979: WARNING: Bullet list ends without a blank line; unexpected unindent. bitbake-user-manual-metadata.rst:982: WARNING: Bullet list ends without a blank line; unexpected unindent. bitbake-user-manual-metadata.rst:985: WARNING: Bullet list ends without a blank line; unexpected unindent. (Bitbake rev: 51d89ce0fc8d188bf10a8bcc6a112466268899ae) Signed-off-by: Antonin Godard <antonin.godard@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.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::