diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-23 10:33:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:52 +0100 |
commit | fcc3b98c5f074981d8f661b290e150b5d6946df1 (patch) | |
tree | 63fc9c002364b2ca7cc8f7cdcb36c98a3bf6c930 /documentation/ref-manual/ref-variables.xml | |
parent | a8d5d06964b120f69b72625d88223924bcb55854 (diff) | |
download | poky-fcc3b98c5f074981d8f661b290e150b5d6946df1.tar.gz |
ref-manual: Updated the EXCLUDE_FROM_WORLD variable.
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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b04b4ed474..6913b95bdb 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1363,19 +1363,24 @@ Core layer for images cannot be removed | |||
1363 | <para> | 1363 | <para> |
1364 | Directs BitBake to exclude a recipe from world builds (i.e. | 1364 | Directs BitBake to exclude a recipe from world builds (i.e. |
1365 | <filename>bitbake world</filename>). | 1365 | <filename>bitbake world</filename>). |
1366 | This variable is intrinsically understood by BitBake. | ||
1367 | </para> | ||
1368 | |||
1369 | <note> | ||
1370 | During world builds, BitBake locates, parses and builds all | 1366 | During world builds, BitBake locates, parses and builds all |
1371 | recipes found in every layer exposed in the | 1367 | recipes found in every layer exposed in the |
1372 | <filename>bblayers.conf</filename> configuration file. | 1368 | <filename>bblayers.conf</filename> configuration file. |
1373 | </note> | 1369 | </para> |
1374 | 1370 | ||
1375 | <para> | 1371 | <para> |
1376 | To exclude a recipe from a world build using this variable, | 1372 | To exclude a recipe from a world build using this variable, |
1377 | set the variable to "1" in the recipe. | 1373 | set the variable to "1" in the recipe. |
1378 | </para> | 1374 | </para> |
1375 | |||
1376 | <note> | ||
1377 | Recipes added to <filename>EXCLUDE_FROM_WORLD</filename> | ||
1378 | may still be built during a world build in order to satisfy | ||
1379 | dependencies of other recipes. | ||
1380 | Adding a recipe to <filename>EXCLUDE_FROM_WORLD</filename> | ||
1381 | only ensures that the recipe is not explicitly added | ||
1382 | to the list of build targets in a world build. | ||
1383 | </note> | ||
1379 | </glossdef> | 1384 | </glossdef> |
1380 | </glossentry> | 1385 | </glossentry> |
1381 | 1386 | ||