mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
runqemu: Add riscv support for qemu machines
(From OE-Core rev: bfdebfdfc974220fa2893eddbfc966bbc0761d4c) 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:
@@ -1077,6 +1077,10 @@ class BaseConfig(object):
|
|||||||
qbsys = 'mipsel'
|
qbsys = 'mipsel'
|
||||||
elif mach == 'qemumips64el':
|
elif mach == 'qemumips64el':
|
||||||
qbsys = 'mips64el'
|
qbsys = 'mips64el'
|
||||||
|
elif mach == 'qemuriscv64':
|
||||||
|
qbsys = 'riscv64'
|
||||||
|
elif mach == 'qemuriscv32':
|
||||||
|
qbsys = 'riscv32'
|
||||||
|
|
||||||
return 'qemu-system-%s' % qbsys
|
return 'qemu-system-%s' % qbsys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user