diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a6d4fa2b37..ae39bf2488 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -5471,6 +5471,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
5471 | </glossdef> | 5471 | </glossdef> |
5472 | </glossentry> | 5472 | </glossentry> |
5473 | 5473 | ||
5474 | <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME</glossterm> | ||
5475 | <glossdef> | ||
5476 | <para> | ||
5477 | Defines the root home directory. | ||
5478 | By default, this directory is set as follows in the | ||
5479 | BitBake configuration file: | ||
5480 | <literallayout class='monospaced'> | ||
5481 | ROOT_HOME ??= "/home/root" | ||
5482 | </literallayout> | ||
5483 | You can override the default by setting the variable | ||
5484 | in any layer or in the | ||
5485 | <filename>local.conf</filename> file using the following | ||
5486 | form: | ||
5487 | <literallayout class='monospaced'> | ||
5488 | ROOT_HOME ?= "<path>" | ||
5489 | </literallayout> | ||
5490 | </para> | ||
5491 | </glossdef> | ||
5492 | </glossentry> | ||
5493 | |||
5474 | <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm> | 5494 | <glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm> |
5475 | <glossdef> | 5495 | <glossdef> |
5476 | <para> | 5496 | <para> |