From 902d3fa57d4659ee12aac80246dcaca5c45f9d8c Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Fri, 10 May 2013 14:47:39 +0800 Subject: 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. Signed-off-by: Kang Kai Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') 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" USRBINPATH_class-nativesdk = "/usr/bin" # Root home directory -ROOT_HOME ?= "/home/root" +ROOT_HOME ??= "/home/root" ################################################################## # Architecture-dependent build variables. -- cgit 1.2.3-korg