diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0289ad183f..2b5f0e1494 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2208,6 +2208,27 @@ | |||
2208 | </glossdef> | 2208 | </glossdef> |
2209 | </glossentry> | 2209 | </glossentry> |
2210 | 2210 | ||
2211 | <glossentry id='var-COMPONENTS_DIR'><glossterm>COMPONENTS_DIR</glossterm> | ||
2212 | <info> | ||
2213 | COMPONENTS_DIR[doc] = "Stores sysroot components for each recipe." | ||
2214 | </info> | ||
2215 | <glossdef> | ||
2216 | <para role="glossdeffirst"> | ||
2217 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | ||
2218 | Stores sysroot components for each recipe. | ||
2219 | The OpenEmbedded build system uses | ||
2220 | <filename>COMPONENTS_DIR</filename> when constructing | ||
2221 | recipe-specific sysroots for other recipes. | ||
2222 | </para> | ||
2223 | |||
2224 | <para> | ||
2225 | The default is | ||
2226 | "<filename>${</filename><link linkend='var-STAGING_DIR'><filename>STAGING_DIR</filename></link><filename>}-components</filename>." | ||
2227 | (i.e. "<filename>${TMPDIR}/sysroots-components</filename>". | ||
2228 | </para> | ||
2229 | </glossdef> | ||
2230 | </glossentry> | ||
2231 | |||
2211 | <glossentry id='var-CONF_VERSION'><glossterm>CONF_VERSION</glossterm> | 2232 | <glossentry id='var-CONF_VERSION'><glossterm>CONF_VERSION</glossterm> |
2212 | <info> | 2233 | <info> |
2213 | CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." | 2234 | CONF_VERSION[doc] = "Tracks the version of local.conf. Increased each time build/conf/ changes incompatibly." |