From: Kristi Rifenbark Date: Tue, 22 Aug 2017 23:24:58 +0000 (-0700) Subject: ref-manual: Added new variable COMPONENTS_DIR to glossary X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47883ade9db35e6d06952975b7a64d34a9aef62c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new variable COMPONENTS_DIR to glossary Added new description and created a link for an existing occurance of the variable. (From yocto-docs rev: 9ab6e6aed685c9419cb7df3df3ab029033d9ba0e) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 1ce323e7a0b..3948c64377b 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -810,7 +810,8 @@ recipe listed in DEPENDS. Population of this directory is handled through shared state, while - the path is specified by the COMPONENTS_DIR + the path is specified by the + COMPONENTS_DIR variable. Apart from a few unusual circumstances, handling of the sysroots-components directory should be automatic, and recipes should not directly reference diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0289ad183f7..2b5f0e14941 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2208,6 +2208,27 @@ + COMPONENTS_DIR + + COMPONENTS_DIR[doc] = "Stores sysroot components for each recipe." + + + + + Stores sysroot components for each recipe. + The OpenEmbedded build system uses + COMPONENTS_DIR when constructing + recipe-specific sysroots for other recipes. + + + + The default is + "${STAGING_DIR}-components." + (i.e. "${TMPDIR}/sysroots-components". + + + + CONF_VERSION CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly."