mirror of
https://git.yoctoproject.org/poky
synced 2026-03-11 09:49:41 +01:00
insane.bbclass: Add MicroBlaze big endian target info
* Add the target info for the 'microblazeeb' target which matches the default MicroBlaze target info (From OE-Core rev: 9c02b5af28f43b0b8ac825dffdbfa49a71c63132) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55c96db259
commit
8473de969f
@@ -85,6 +85,7 @@ def package_qa_get_machine_dict():
|
||||
"sh4": (42, 0, 0, True, 32),
|
||||
"sparc": ( 2, 0, 0, False, 32),
|
||||
"microblaze": (189, 0, 0, False, 32),
|
||||
"microblazeeb":(189, 0, 0, False, 32),
|
||||
"microblazeel":(189, 0, 0, True, 32),
|
||||
},
|
||||
"linux-uclibc" : {
|
||||
|
||||
Reference in New Issue
Block a user