diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-26 17:11:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-28 11:04:32 +0000 |
commit | 34b6e34a2b08f8285f9eeea7dc14a6ba5fc0a0eb (patch) | |
tree | badad944aa91a664b4165de4d3337686e859a5ea /bitbake | |
parent | 9b3b7bc4cd743a3b51a19978147d3b7b7d57cc33 (diff) | |
download | poky-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.rst | 6 |
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 |
979 | uses 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 |
982 | active 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 |
985 | fragment-specific metadata (such as descriptions) | 985 | fragment-specific metadata (such as descriptions) |
986 | 986 | ||
987 | This allows listing enabled configuration fragments in ``OE_FRAGMENTS`` | 987 | This allows listing enabled configuration fragments in ``OE_FRAGMENTS`` |
988 | variable like this:: | 988 | variable like this:: |