[oe-commits] Christopher Larson : tcmode-external-csl: handle TUNE_PKGARCH=core2

git at git.openembedded.org git at git.openembedded.org
Tue May 15 18:01:11 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 01dea384924293d0f99723073277bf6b1f4c7976
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=01dea384924293d0f99723073277bf6b1f4c7976

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon May 14 11:45:04 2012 -0500

tcmode-external-csl: handle TUNE_PKGARCH=core2

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tcmode-external-csl.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc
index deabd49..11c5df5 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',





More information about the Openembedded-commits mailing list