summaryrefslogtreecommitdiffstats
path: root/bitbake
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-30 10:51:54 +0100
commite8693364c59e627bf667c5ecc790beb2a59b6dd8 (patch)
tree0af72490b7469783c497d28c8b553b2fca74190d /bitbake
parent178c6e0de8d813edf618f5bd9db4af538470a361 (diff)
downloadpoky-e8693364c59e627bf667c5ecc790beb2a59b6dd8.tar.gz
bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD
(Bitbake rev: ccb2878516d6ac2ee348ad67d0db6dda40e12018) Signed-off-by: Robert Yang <liezhi.yang@windriver.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-ref-variables.rst2
1 files changed, 1 insertions, 1 deletions
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.
990 ``bblayers.conf`` configuration file. 990 ``bblayers.conf`` configuration file.
991 991
992 To exclude a recipe from a world build using this variable, set the 992 To exclude a recipe from a world build using this variable, set the
993 variable to "1" in the recipe. 993 variable to "1" in the recipe. Set it to "0" to add it back to world build.
994 994
995 .. note:: 995 .. note::
996 996