summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-12-10 16:56:08 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-10 16:56:08 +0000
commit88ee037741b7e21ff50976a6c5b85278499655ca (patch)
tree6f7408a7e198d33e02f0d297eb6ccb28930033fd /meta/conf
parent2021e2a74f4a8cb2066279e3006087fd3b198bc9 (diff)
downloadast2050-yocto-poky-88ee037741b7e21ff50976a6c5b85278499655ca.zip
ast2050-yocto-poky-88ee037741b7e21ff50976a6c5b85278499655ca.tar.gz
task-cross-canadian: Ensure it reflects TARGET_ARCH in PN
If this recipe doesn't reflect TARGET_ARCH in its name, only one flavour of cross toolchain can be installed at once. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index abd2bb5..d3fd26d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -726,3 +726,5 @@ TARGET_ARCH[unexport] = "1"
# (breaks sysvinit at least)
DISTRO[unexport] = "1"
+# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed
+TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH}
OpenPOWER on IntegriCloud