aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2023-03-27 07:48:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-29 13:39:38 +0100
commitccb2878516d6ac2ee348ad67d0db6dda40e12018 (patch)
tree88b1b2f3f7eabf58e0ce6009a1af52153ccee087
parent3f4ede2d67a2d75d3faf8887f90371bd7554d492 (diff)
downloadbitbake-ccb2878516d6ac2ee348ad67d0db6dda40e12018.tar.gz
bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD
Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index a48e70003..25620fdda 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/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::