diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 91fe070718..9f4e4d4449 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -637,7 +637,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" | |||
637 | # | 637 | # |
638 | # This works for functions as well, they are really just environment variables. | 638 | # This works for functions as well, they are really just environment variables. |
639 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 639 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
640 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable" | 640 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}:forcevariable" |
641 | CLASSOVERRIDE ?= "class-target" | ||
641 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO', True) or ''}" | 642 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO', True) or ''}" |
642 | MACHINEOVERRIDES ?= "${MACHINE}" | 643 | MACHINEOVERRIDES ?= "${MACHINE}" |
643 | MACHINEOVERRIDES[vardepsexclude] = "MACHINE" | 644 | MACHINEOVERRIDES[vardepsexclude] = "MACHINE" |