From: Christopher Larson Date: Mon, 14 May 2012 16:45:04 +0000 (-0500) Subject: tcmode-external-csl: handle TUNE_PKGARCH=core2 X-Git-Tag: 2015-4~10649 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01dea384924293d0f99723073277bf6b1f4c7976;p=openembedded-core.git tcmode-external-csl: handle TUNE_PKGARCH=core2 Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc index deabd490eb..11c5df5922 100644 --- a/meta/conf/distro/include/tcmode-external-csl.inc +++ b/meta/conf/distro/include/tcmode-external-csl.inc @@ -47,6 +47,7 @@ def csl_target_core(d): 'armv7a-vfp-neon': 'armv7-a-neon', 'i586': 'sgxx-glibc', 'i686': 'sgxx-glibc', + 'core2': 'sgxx-glibc', 'mips': 'mips32', 'mipsel': 'el', 'powerpc-nf': 'nof',