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>
This commit is contained in:
Scott Rifenbark
2014-01-31 14:55:29 -06:00
committed by Richard Purdie
parent 776c33ef21
commit f084e33e5d

View File

@@ -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>