diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-31 14:55:29 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 12:01:31 +0000 |
| commit | f084e33e5d72cebb7272287245c87c0ce3486920 (patch) | |
| tree | d73c1f94eeb85b114dd8404481753f883a0b3624 | |
| parent | 776c33ef2132521582ee075a86110aa4aa04c46a (diff) | |
| download | 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>
| -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> |
