diff options
author | Christopher Larson <chris_larson@mentor.com> | 2012-05-14 11:45:04 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-15 18:53:06 +0100 |
commit | 01dea384924293d0f99723073277bf6b1f4c7976 (patch) | |
tree | 10db7f928f654603103e7ce282b083f1fd3c6a28 | |
parent | 166a3f79d2538f40fb150c90b0f8e28987db8daa (diff) | |
download | openembedded-core-01dea384924293d0f99723073277bf6b1f4c7976.tar.gz openembedded-core-01dea384924293d0f99723073277bf6b1f4c7976.tar.bz2 openembedded-core-01dea384924293d0f99723073277bf6b1f4c7976.zip |
tcmode-external-csl: handle TUNE_PKGARCH=core2
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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', |