summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-05-10 14:47:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-10 11:37:16 +0100
commita86b00651f825c51e381b2e009269d014486cd55 (patch)
tree1d0cb0e7b67921ac8c95e7b127304820a6d5e354 /meta/conf/bitbake.conf
parent15aec44b2d3760152faf373dd6a3fd542996d37c (diff)
downloadpoky-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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
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"
75USRBINPATH_class-nativesdk = "/usr/bin" 75USRBINPATH_class-nativesdk = "/usr/bin"
76 76
77# Root home directory 77# Root home directory
78ROOT_HOME ?= "/home/root" 78ROOT_HOME ??= "/home/root"
79 79
80################################################################## 80##################################################################
81# Architecture-dependent build variables. 81# Architecture-dependent build variables.