summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 15:30:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-15 00:41:22 +0100
commit9c3d2b287a7720343284e17f8e13077618bf6512 (patch)
treea27a88ca46928499bf899d252ed40bb146ad6bcb /meta/conf/bitbake.conf
parent0d69a17959a84f1b2245bb99fc89932ef062c20c (diff)
downloadpoky-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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
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.
669OVERRIDES = "${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable" 669OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:forcevariable"
670DISTROOVERRIDES ?= "${DISTRO}" 670DISTROOVERRIDES ?= "${DISTRO}"
671MACHINEOVERRIDES ?= "${MACHINE}" 671MACHINEOVERRIDES ?= "${MACHINE}"
672MACHINEOVERRIDES[vardepsexclude] = "MACHINE" 672MACHINEOVERRIDES[vardepsexclude] = "MACHINE"