mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 15:57:51 +00:00
insane: Add baremetal mappings to the QA arch test
Add mappings for i586-elf, x86_64-elf and arm-eabi to binary lookup table which allows for a variety of baremetal toolchain generation. (From OE-Core rev: a570052f012298f895fb88be5b0a064bad04024c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
77b1711afb
commit
8db54a9cfa
@ -53,6 +53,13 @@ def package_qa_get_machine_dict():
|
||||
"darwin9" : {
|
||||
"arm" : (40, 0, 0, True, 32),
|
||||
},
|
||||
"eabi" : {
|
||||
"arm" : (40, 0, 0, True, 32),
|
||||
},
|
||||
"elf" : {
|
||||
"i586" : (3, 0, 0, True, 32),
|
||||
"x86_64": (62, 0, 0, True, 64),
|
||||
},
|
||||
"linux" : {
|
||||
"aarch64" : (183, 0, 0, True, 64),
|
||||
"aarch64_be" :(183, 0, 0, False, 64),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user