mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
siteinfo: add aarch64_illp32 decode
(From OE-Core rev: 8f9d6f92edb5682a7f2012af6466dbcd19e2e422) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed551d23d7
commit
20ba50bc8c
@@ -25,6 +25,8 @@ def map_kernel_arch(a, d):
|
||||
elif re.match('armeb$', a): return 'arm'
|
||||
elif re.match('aarch64$', a): return 'arm64'
|
||||
elif re.match('aarch64_be$', a): return 'arm64'
|
||||
elif re.match('aarch64_ilp32$', a): return 'arm64'
|
||||
elif re.match('aarch64_be_ilp32$', a): return 'arm64'
|
||||
elif re.match('mips(isa|)(32|64|)(r6|)(el|)$', a): return 'mips'
|
||||
elif re.match('riscv(32|64|)(eb|)$', a): return 'riscv'
|
||||
elif re.match('p(pc|owerpc)(|64)', a): return 'powerpc'
|
||||
|
||||
Reference in New Issue
Block a user