diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e311e30fcc..e2c1b6f12d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -666,7 +666,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" | |||
666 | # | 666 | # |
667 | # This works for functions as well, they are really just environment variables. | 667 | # This works for functions as well, they are really just environment variables. |
668 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 668 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
669 | OVERRIDES = "${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable" | 669 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable" |
670 | DISTROOVERRIDES ?= "${DISTRO}" | 670 | DISTROOVERRIDES ?= "${DISTRO}" |
671 | MACHINEOVERRIDES ?= "${MACHINE}" | 671 | MACHINEOVERRIDES ?= "${MACHINE}" |
672 | MACHINEOVERRIDES[vardepsexclude] = "MACHINE" | 672 | MACHINEOVERRIDES[vardepsexclude] = "MACHINE" |