mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
insane.bbclass: Fix typos in 32bit risc-v machine type
(From OE-Core rev: 33d79f19dd3a2b5777e07fbf75ec4635d08e60e8) 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:
parent
eb263b79dc
commit
a6a96feb18
|
@ -71,7 +71,7 @@ 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),
|
||||
"riscv32": (243, 0, 0, True, 32),
|
||||
"riscv64": (243, 0, 0, True, 64),
|
||||
},
|
||||
"linux" : {
|
||||
|
@ -99,7 +99,7 @@ def package_qa_get_machine_dict(d):
|
|||
"mipsisa64r6": ( 8, 0, 0, False, 64),
|
||||
"mipsisa64r6el": ( 8, 0, 0, True, 64),
|
||||
"nios2": (113, 0, 0, True, 32),
|
||||
"riscv": (243, 0, 0, True, 32),
|
||||
"riscv32": (243, 0, 0, True, 32),
|
||||
"riscv64": (243, 0, 0, True, 64),
|
||||
"s390": (22, 0, 0, False, 32),
|
||||
"sh4": (42, 0, 0, True, 32),
|
||||
|
@ -126,7 +126,7 @@ 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),
|
||||
"riscv32": (243, 0, 0, True, 32),
|
||||
"riscv64": (243, 0, 0, True, 64),
|
||||
"sh4": ( 42, 0, 0, True, 32),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user