diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 15:30:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-15 00:41:22 +0100 |
commit | 9c3d2b287a7720343284e17f8e13077618bf6512 (patch) | |
tree | a27a88ca46928499bf899d252ed40bb146ad6bcb | |
parent | 0d69a17959a84f1b2245bb99fc89932ef062c20c (diff) | |
download | poky-9c3d2b287a7720343284e17f8e13077618bf6512.tar.gz |
bitbake.conf: Use TRANSLATED_TARGET_ARCH in OVERRIDES since any variable with _ in it isuseless there (e.g. x86_64)
(From OE-Core rev: b99b92d9136b7872ba0c021e1a6ef070b2ee9b78)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" |