mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 21:27:56 +00:00
bitbake.conf: Add DISTROOVERRIDES variable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
e98c515b2b
commit
404afff810
@ -649,7 +649,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
|
||||
#
|
||||
# This works for functions as well, they are really just environment variables.
|
||||
# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
|
||||
OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable"
|
||||
OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable"
|
||||
DISTROOVERRIDES ?= "${DISTRO}"
|
||||
|
||||
CPU_FEATURES ?= ""
|
||||
CPU_FEATURES_arm ?= "vfp"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user