summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 7c72de1e29..8b6236e03e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -610,8 +610,9 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
610# 610#
611# This works for functions as well, they are really just environment variables. 611# This works for functions as well, they are really just environment variables.
612# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. 612# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
613OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" 613OVERRIDES = "local:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable"
614DISTROOVERRIDES ?= "${DISTRO}" 614DISTROOVERRIDES ?= "${DISTRO}"
615MACHINEOVERRIDES ?= "${MACHINE}"
615 616
616CPU_FEATURES ?= "" 617CPU_FEATURES ?= ""
617CPU_FEATURES_arm ?= "vfp" 618CPU_FEATURES_arm ?= "vfp"