mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
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:
committed by
Richard Purdie
parent
776c33ef21
commit
f084e33e5d
@@ -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 ?= "<path>"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-ROOTFS'><glossterm>ROOTFS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user