mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7cf5fcefd3
commit
e50ecfbb8c
@@ -47,6 +47,7 @@ def csl_target_core(d):
|
|||||||
'armv7a-vfp-neon': 'armv7-a-neon',
|
'armv7a-vfp-neon': 'armv7-a-neon',
|
||||||
'i586': 'sgxx-glibc',
|
'i586': 'sgxx-glibc',
|
||||||
'i686': 'sgxx-glibc',
|
'i686': 'sgxx-glibc',
|
||||||
|
'core2': 'sgxx-glibc',
|
||||||
'mips': 'mips32',
|
'mips': 'mips32',
|
||||||
'mipsel': 'el',
|
'mipsel': 'el',
|
||||||
'powerpc-nf': 'nof',
|
'powerpc-nf': 'nof',
|
||||||
|
|||||||
Reference in New Issue
Block a user