summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-31 14:55:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 12:01:31 +0000
commitf084e33e5d72cebb7272287245c87c0ce3486920 (patch)
treed73c1f94eeb85b114dd8404481753f883a0b3624 /documentation
parent776c33ef2132521582ee075a86110aa4aa04c46a (diff)
downloadast2050-yocto-poky-f084e33e5d72cebb7272287245c87c0ce3486920.zip
ast2050-yocto-poky-f084e33e5d72cebb7272287245c87c0ce3486920.tar.gz
ref-manual: Added ROOT_HOME to glossary.
Fixes [YOCTO #5762] Initial draft of this variable in the glossary. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: fb603925de6760f620f9f2832ad6cb4aad3acaae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a6d4fa2..ae39bf2 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"
</glossdef>
</glossentry>
+ <glossentry id='var-ROOT_HOME'><glossterm>ROOT_HOME</glossterm>
+ <glossdef>
+ <para>
+ Defines the root home directory.
+ By default, this directory is set as follows in the
+ BitBake configuration file:
+ <literallayout class='monospaced'>
+ ROOT_HOME ??= "/home/root"
+ </literallayout>
+ You can override the default by setting the variable
+ in any layer or in the
+ <filename>local.conf</filename> file using the following
+ form:
+ <literallayout class='monospaced'>
+ ROOT_HOME ?= "&lt;path&gt;"
+ </literallayout>
+ </para>
+ </glossdef>
+ </glossentry>
+
<glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm>
<glossdef>
<para>
OpenPOWER on IntegriCloud