mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
kernel-arch.bbclass: add m68k to kernel arch map
(From OE-Core rev: 69be35a58ce4122763c833e13cdbcc8e7fb9c52d) Signed-off-by: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d5f59f2da
commit
5c8874f322
@@ -29,6 +29,7 @@ def map_kernel_arch(a, d):
|
||||
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('mcf', a): return 'm68k'
|
||||
elif re.match('riscv(32|64|)(eb|)$', a): return 'riscv'
|
||||
elif re.match('p(pc|owerpc)(|64)', a): return 'powerpc'
|
||||
elif re.match('sh(3|4)$', a): return 'sh'
|
||||
|
||||
Reference in New Issue
Block a user