From 163a4e5be0328a0ba1df5a4aa738a08c2363215e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 31 Mar 2014 17:20:16 -0600 Subject: ref-manual: Updated to PACKAGE_GROUP and addition of FEATURE_PACKAGES. The PACKAGE_GROUP variable was renamed to FEATURE_PACKAGES. I added that fact to the description and pointed the reader off to the new FEATURE_PACKAGES variable. Added a new variable description for FEATURE_PACKAGES. (From yocto-docs rev: f7a0a17c211cfc8f885771a5221bf3b59bc6bf95) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 63 +++++++++++++++++++----------- 1 file changed, 41 insertions(+), 22 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 13f62f4c9d..c7db5bea58 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -21,7 +21,7 @@ C D E - F + F G H I @@ -2170,6 +2170,34 @@ F + FEATURE_PACKAGES + + + Defines one or more packages to include in an image when + a specific item is included in + IMAGE_FEATURES. + When setting the value, FEATURE_PACKAGES + should have the name of the feature item as an override. + Here is an example: + + FEATURE_PACKAGES_widget = "package1 package2" + + In this example, if "widget" were added to + IMAGE_FEATURES, "package1" and + "package2" would be included in the image. + + Packages installed by features defined through + FEATURE_PACKAGES are often package + groups. + While similarly named, you should not confuse the + FEATURE_PACKAGES variable with + package groups, which are discussed elsewhere in the + documentation. + + + + + FEED_DEPLOYDIR_BASE_URI @@ -4942,28 +4970,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PACKAGE_GROUP + - Defines one or more packages to include in an image when - a specific item is included in - IMAGE_FEATURES. - When setting the value, PACKAGE_GROUP - should have the name of the feature item as an override. - Here is an example: - - PACKAGE_GROUP_widget = "package1 package2" - - In this example, if "widget" were added to - IMAGE_FEATURES, "package1" and - "package2" would be included in the image. - - Packages installed by features defined through - PACKAGE_GROUP are often package - groups. - While similarly named, you should not confuse the - PACKAGE_GROUP variable with - package groups, which are discussed elsewhere in the - documentation. - + The PACKAGE_GROUP variable has been + renamed to + FEATURE_PACKAGES. + See the variable description for + FEATURE_PACKAGES for information. + + + + If if you use the PACKAGE_GROUP + variable, the OpenEmbedded build system issues a warning + message. -- cgit v1.2.3-54-g00ecf