From e8693364c59e627bf667c5ecc790beb2a59b6dd8 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 27 Mar 2023 07:48:35 -0700 Subject: [PATCH] bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD (Bitbake rev: ccb2878516d6ac2ee348ad67d0db6dda40e12018) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- .../bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::