diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 16:56:08 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 16:56:08 +0000 |
commit | 88ee037741b7e21ff50976a6c5b85278499655ca (patch) | |
tree | 6f7408a7e198d33e02f0d297eb6ccb28930033fd /meta/conf | |
parent | 2021e2a74f4a8cb2066279e3006087fd3b198bc9 (diff) | |
download | openembedded-core-88ee037741b7e21ff50976a6c5b85278499655ca.tar.gz openembedded-core-88ee037741b7e21ff50976a6c5b85278499655ca.tar.bz2 openembedded-core-88ee037741b7e21ff50976a6c5b85278499655ca.zip |
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.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index abd2bb5cfa..d3fd26dcfb 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} |