From f084e33e5d72cebb7272287245c87c0ce3486920 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 31 Jan 2014 14:55:29 -0600 Subject: ref-manual: Added ROOT_HOME to glossary. Fixes [YOCTO #5762] Initial draft of this variable in the glossary. Reported-by: Laszlo Papp (From yocto-docs rev: fb603925de6760f620f9f2832ad6cb4aad3acaae) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'documentation/ref-manual') 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" + ROOT_HOME + + + Defines the root home directory. + By default, this directory is set as follows in the + BitBake configuration file: + + ROOT_HOME ??= "/home/root" + + You can override the default by setting the variable + in any layer or in the + local.conf file using the following + form: + + ROOT_HOME ?= "<path>" + + + + + ROOTFS -- cgit v1.2.3-54-g00ecf