From: Christopher Larson Date: Mon, 14 May 2012 16:45:04 +0000 (-0500) Subject: tcmode-external-csl: handle TUNE_PKGARCH=core2 X-Git-Tag: yocto-4.0~37030 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01dea384924293d0f99723073277bf6b1f4c7976;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 deabd490eb7..11c5df59225 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',