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.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f2d00aa327..d5a43e931a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -656,6 +656,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
656# This works for functions as well, they are really just environment variables. 656# This works for functions as well, they are really just environment variables.
657# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. 657# Default OVERRIDES to make compilation fail fast in case of build system misconfiguration.
658OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}:forcevariable" 658OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}:forcevariable"
659OVERRIDES[vardepsexclude] = "MACHINEOVERRIDES"
659CLASSOVERRIDE ?= "class-target" 660CLASSOVERRIDE ?= "class-target"
660DISTROOVERRIDES ?= "${@d.getVar('DISTRO', True) or ''}" 661DISTROOVERRIDES ?= "${@d.getVar('DISTRO', True) or ''}"
661MACHINEOVERRIDES ?= "${MACHINE}" 662MACHINEOVERRIDES ?= "${MACHINE}"