summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 162c7924e6..cba918e1e7 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -649,7 +649,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
649# 649#
650# This works for functions as well, they are really just environment variables. 650# This works for functions as well, they are really just environment variables.
651# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. 651# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
652OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" 652OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable"
653DISTROOVERRIDES ?= "${DISTRO}"
653 654
654CPU_FEATURES ?= "" 655CPU_FEATURES ?= ""
655CPU_FEATURES_arm ?= "vfp" 656CPU_FEATURES_arm ?= "vfp"