summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-03 15:52:41 +0100
committerSaul Wold <sgw@linux.intel.com>2011-08-03 18:47:47 -0700
commit04d30a921e4b71b37f0171a5ba1147bedb45f412 (patch)
tree40485612e18a85d2eec364ef60bf4f1b50ddbcb4 /meta/conf/bitbake.conf
parentbc7d40b7c4d6c77961870c4cbdbf29eba0ed46fb (diff)
downloadpoky-04d30a921e4b71b37f0171a5ba1147bedb45f412.tar.gz
bitbake.conf/qemux86-64: Automate TRANSLATED_TARGET_ARCH
(From OE-Core rev: 6def7129cf7580a935c05cc05b7f803812d5bb18) 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 ac5d1f3933..6f0b42c237 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -728,7 +728,7 @@ TARGET_ARCH[unexport] = "1"
728DISTRO[unexport] = "1" 728DISTRO[unexport] = "1"
729 729
730# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed 730# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed
731TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH} 731TRANSLATED_TARGET_ARCH ??= "${@d.getVar('TARGET_ARCH', True).replace("_", "-")}"
732 732
733# Setup our default hash policy 733# Setup our default hash policy
734BB_SIGNATURE_HANDLER ?= "basic" 734BB_SIGNATURE_HANDLER ?= "basic"