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 19:06:06 +0100 |
commit | e50ecfbb8c6e535c1fee9ffaa91510b8abbfef2c (patch) | |
tree | c1c6eb2bc3df69d53cece48a55c7534006f23ab4 /meta/conf/distro/include | |
parent | 7cf5fcefd396ceeb16192e56f38e6cc4c568f10e (diff) | |
download | poky-e50ecfbb8c6e535c1fee9ffaa91510b8abbfef2c.tar.gz |
tcmode-external-csl: handle TUNE_PKGARCH=core2
(From OE-Core rev: 01dea384924293d0f99723073277bf6b1f4c7976)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-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): | |||
47 | 'armv7a-vfp-neon': 'armv7-a-neon', | 47 | 'armv7a-vfp-neon': 'armv7-a-neon', |
48 | 'i586': 'sgxx-glibc', | 48 | 'i586': 'sgxx-glibc', |
49 | 'i686': 'sgxx-glibc', | 49 | 'i686': 'sgxx-glibc', |
50 | 'core2': 'sgxx-glibc', | ||
50 | 'mips': 'mips32', | 51 | 'mips': 'mips32', |
51 | 'mipsel': 'el', | 52 | 'mipsel': 'el', |
52 | 'powerpc-nf': 'nof', | 53 | 'powerpc-nf': 'nof', |