diff mbox series

[2/2] bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD

Message ID 396b8a343a5ad6b5ddfdc42bb54d83396080ca4a.1679928440.git.liezhi.yang@windriver.com
State Accepted, archived
Commit ccb2878516d6ac2ee348ad67d0db6dda40e12018
Headers show
Series [1/2] cache: Make EXCLUDE_FROM_WORLD boolean | expand

Commit Message

Robert Yang March 27, 2023, 2:48 p.m. UTC
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../bitbake-user-manual/bitbake-user-manual-ref-variables.rst   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index a48e700030..25620fdda1 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -990,7 +990,7 @@  overview of their function and contents.
       ``bblayers.conf`` configuration file.
 
       To exclude a recipe from a world build using this variable, set the
-      variable to "1" in the recipe.
+      variable to "1" in the recipe. Set it to "0" to add it back to world build.
 
       .. note::