From 88ee037741b7e21ff50976a6c5b85278499655ca Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Dec 2010 16:56:08 +0000 Subject: 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 --- meta/conf/bitbake.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index abd2bb5cf..d3fd26dcf 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} -- cgit v1.2.3