diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-12-18 16:22:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-26 11:34:06 +0000 |
commit | de5b44a74018c49b6f3079c4c5085b4146b422c4 (patch) | |
tree | 86cbd27db9629a9c321d2637a310fb0233dc257d /meta/conf/bitbake.conf | |
parent | 1d55450664de14156f020b7491d72e2b4c88a2d8 (diff) | |
download | poky-de5b44a74018c49b6f3079c4c5085b4146b422c4.tar.gz |
bitbake.conf: import var ROOT_HOME
Import var ROOT_HOME to configure root home directory dynamically.
[Yocto 2683]
(From OE-Core rev: a78cd0b3a69b829327cea035321051ab11cba70f)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 2e3856a2d1..9ae11ad023 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -74,6 +74,9 @@ USRBINPATH = "${bindir}" | |||
74 | USRBINPATH_class-native = "/usr/bin" | 74 | USRBINPATH_class-native = "/usr/bin" |
75 | USRBINPATH_class-nativesdk = "/usr/bin" | 75 | USRBINPATH_class-nativesdk = "/usr/bin" |
76 | 76 | ||
77 | # Root home directory | ||
78 | ROOT_HOME ?= "/home/root" | ||
79 | |||
77 | ################################################################## | 80 | ################################################################## |
78 | # Architecture-dependent build variables. | 81 | # Architecture-dependent build variables. |
79 | ################################################################## | 82 | ################################################################## |