mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
insane: add microblaze little endian target info
* Add microblaze little endian target info to package_qa_get_machine_dict (From OE-Core rev: 33679729f0dafedb143e2dd6174472de46fc36fe) Signed-off-by: Adrian Alonso <aalonso@secretlab.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b358424bb0
commit
0156ed6731
@@ -86,7 +86,8 @@ def package_qa_get_machine_dict():
|
||||
"powerpc": (20, 0, 0, False, 32),
|
||||
},
|
||||
"linux-gnu" : {
|
||||
"microblaze": (47787, 0, 0, False, 32),
|
||||
"microblaze": (47787, 0, 0, False, 32),
|
||||
"microblazeel": (47787, 0, 0, True, 32),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user