]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Updated the EXCLUDE_FROM_WORLD variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 23 Sep 2013 17:33:27 +0000 (10:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Oct 2013 21:52:52 +0000 (22:52 +0100)
Minor word changes and formats.

(From yocto-docs rev: 82c096cd79e7de8cb8c4af4be02b6838e82f06d6)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index b04b4ed474cf91431dac579dbf67450b8eb8d4e8..6913b95bdb456513c845c0fcef6f650d9c588eb7 100644 (file)
@@ -1363,19 +1363,24 @@ Core layer for images cannot be removed
                 <para>
                     Directs BitBake to exclude a recipe from world builds (i.e.
                     <filename>bitbake world</filename>).
-                    This variable is intrinsically understood by BitBake.
-                </para>
-
-                <note>
                     During world builds, BitBake locates, parses and builds all
                     recipes found in every layer exposed in the
                     <filename>bblayers.conf</filename> configuration file.
-                </note>
+                </para>
 
                 <para>
                     To exclude a recipe from a world build using this variable,
                     set the variable to "1" in the recipe.
                 </para>
+
+                <note>
+                    Recipes added to <filename>EXCLUDE_FROM_WORLD</filename>
+                    may still be built during a world build in order to satisfy
+                    dependencies of other recipes.
+                    Adding a recipe to <filename>EXCLUDE_FROM_WORLD</filename>
+                    only ensures that the recipe is not explicitly added
+                    to the list of build targets in a world build.
+                </note>
             </glossdef>
         </glossentry>