mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
insane.bbclass: add support for RISC-V baremetal
(From OE-Core rev: 9b30e805e769b6c8c12a9aba072f7df066b19179) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -71,6 +71,8 @@ def package_qa_get_machine_dict(d):
|
||||
"microblaze": (189, 0, 0, False, 32),
|
||||
"microblazeeb":(189, 0, 0, False, 32),
|
||||
"microblazeel":(189, 0, 0, True, 32),
|
||||
"riscv": (243, 0, 0, True, 32),
|
||||
"riscv64": (243, 0, 0, True, 64),
|
||||
},
|
||||
"linux" : {
|
||||
"aarch64" : (183, 0, 0, True, 64),
|
||||
|
||||
Reference in New Issue
Block a user