From 94f0bd12cde21ceb333377506ba1e9cabf88384e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 18 Oct 2012 14:31:03 -0700 Subject: documentation: poky-ref-manual - Backfill variables updated. Updated the MACHINE_FEATURES_BACKFILL, MACHINE_FEATURES_BACKFILL_CONSIDERED, DISTRO_FEATURES_BACKFILL, and DISTRO_FEATURES_BACKFILL_CONSIDERED variables to have more comprehensive information. (From yocto-docs rev: 355eb3ebe02fbe4a340adaf83bf29a46f7c8230f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 30 +++++++++++++++++++------ 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index b416337da6..3b7ae79eae 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -497,9 +497,16 @@ DISTRO_FEATURES if not also present in DISTRO_FEATURES_BACKFILL_CONSIDERED. - See the "Feature Backfilling" section for + + + + This variable is set in the meta/conf/bitbake.conf file. + It is not intended to be user-configurable. + It is best to just reference the variable to see which distro features are + being backfilled for all distro configurations. + See the Feature backfilling section for more information. - + @@ -507,8 +514,9 @@ Features from DISTRO_FEATURES_BACKFILL - that should not be added to - DISTRO_FEATURES. + that should not backfilled (i.e. added to + DISTRO_FEATURES) + during the build. See the "Feature Backfilling" section for more information. @@ -1631,9 +1639,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MACHINE_FEATURES if not also present in MACHINE_FEATURES_BACKFILL_CONSIDERED. + + + + This variable is set in the meta/conf/bitbake.conf file. + It is not intended to be user-configurable. + It is best to just reference the variable to see which machine features are + being backfilled for all machine configurations. See the Feature backfilling section for more information. - + @@ -1641,8 +1656,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Features from MACHINE_FEATURES_BACKFILL - that should not be added to - MACHINE_FEATURES. + that should not be backfilled (i.e. added to + MACHINE_FEATURES) + during the build. See the Feature backfilling section for more information. -- cgit v1.2.3-54-g00ecf