mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support
Add support for MIPS Release 6 ISA (From OE-Core rev: fcb67508be00cdd22181d6c9e4c3d29dfa578b45) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8535ed9867
commit
80a4239674
@@ -36,7 +36,11 @@ def siteinfo_data(d):
|
||||
"mips": "endian-big bit-32 mips-common",
|
||||
"mips64": "endian-big bit-64 mips-common",
|
||||
"mips64el": "endian-little bit-64 mips-common",
|
||||
"mipsisa64r6": "endian-big bit-64 mips-common",
|
||||
"mipsisa64r6el": "endian-little bit-64 mips-common",
|
||||
"mipsel": "endian-little bit-32 mips-common",
|
||||
"mipsisa32r6": "endian-big bit-32 mips-common",
|
||||
"mipsisa32r6el": "endian-little bit-32 mips-common",
|
||||
"powerpc": "endian-big bit-32 powerpc-common",
|
||||
"nios2": "endian-little bit-32 nios2-common",
|
||||
"powerpc64": "endian-big bit-64 powerpc-common",
|
||||
|
||||
Reference in New Issue
Block a user