mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: Add DISTROOVERRIDES variable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user