]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
tcmode-external-csl: handle TUNE_PKGARCH=core2
authorChristopher Larson <chris_larson@mentor.com>
Mon, 14 May 2012 16:45:04 +0000 (11:45 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 May 2012 18:06:06 +0000 (19:06 +0100)
(From OE-Core rev: 01dea384924293d0f99723073277bf6b1f4c7976)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tcmode-external-csl.inc

index deabd490eb7625c65a76f4228c7f5b8d7b1500f5..11c5df59225046fdde00de4db0c0103efaa0a172 100644 (file)
@@ -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',