diff options
author | Kang Kai <kai.kang@windriver.com> | 2013-05-10 14:47:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-10 11:37:16 +0100 |
commit | a86b00651f825c51e381b2e009269d014486cd55 (patch) | |
tree | 1d0cb0e7b67921ac8c95e7b127304820a6d5e354 | |
parent | 15aec44b2d3760152faf373dd6a3fd542996d37c (diff) | |
download | poky-a86b00651f825c51e381b2e009269d014486cd55.tar.gz |
bitbake.conf: update way to set default ROOT_HOME
Use "??=" to set default ROOT_HOME. It can be overwrote by developer
with "?=" in any layer and at same time it also can be overwrote in
local.conf.
(From OE-Core rev: 902d3fa57d4659ee12aac80246dcaca5c45f9d8c)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8d4ccce243..86a4831179 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -75,7 +75,7 @@ USRBINPATH_class-native = "/usr/bin" | |||
75 | USRBINPATH_class-nativesdk = "/usr/bin" | 75 | USRBINPATH_class-nativesdk = "/usr/bin" |
76 | 76 | ||
77 | # Root home directory | 77 | # Root home directory |
78 | ROOT_HOME ?= "/home/root" | 78 | ROOT_HOME ??= "/home/root" |
79 | 79 | ||
80 | ################################################################## | 80 | ################################################################## |
81 | # Architecture-dependent build variables. | 81 | # Architecture-dependent build variables. |