mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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>
This commit is contained in:
@@ -75,7 +75,7 @@ USRBINPATH_class-native = "/usr/bin"
|
|||||||
USRBINPATH_class-nativesdk = "/usr/bin"
|
USRBINPATH_class-nativesdk = "/usr/bin"
|
||||||
|
|
||||||
# Root home directory
|
# Root home directory
|
||||||
ROOT_HOME ?= "/home/root"
|
ROOT_HOME ??= "/home/root"
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Architecture-dependent build variables.
|
# Architecture-dependent build variables.
|
||||||
|
|||||||
Reference in New Issue
Block a user