diff options
-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" USRBINPATH_class-nativesdk = "/usr/bin" # Root home directory -ROOT_HOME ?= "/home/root" +ROOT_HOME ??= "/home/root" ################################################################## # Architecture-dependent build variables. |