From 37d8ece108fd1453cc791f6e8cf714777d584899 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 14 May 2012 11:45:04 -0500 Subject: [PATCH] tcmode-external-csl: handle TUNE_PKGARCH=core2 (From OE-Core rev: 01dea384924293d0f99723073277bf6b1f4c7976) Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- meta/conf/distro/include/tcmode-external-csl.inc | 1 + 1 file changed, 1 insertion(+) 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', -- 2.7.4