From 34b6e34a2b08f8285f9eeea7dc14a6ba5fc0a0eb Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 26 Dec 2024 17:11:56 +0100 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../bitbake-user-manual/bitbake-user-manual-metadata.rst | 6 +++--- 1 file 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:: ``addfragments`` takes three parameters: - path prefix for fragment files inside the layer file tree that bitbake -uses to construct full paths to the fragment files + uses to construct full paths to the fragment files - name of variable that holds the list of enabled fragments in an -active build + active build - name of variable that contains a list of variable names containing -fragment-specific metadata (such as descriptions) + fragment-specific metadata (such as descriptions) This allows listing enabled configuration fragments in ``OE_FRAGMENTS`` variable like this::