mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-18 13:12:34 +02:00
qemu: Remove the RISC-V fork of QEMU
As QEMU 3.0 is now included in OE-Corewe no longer need to use the RISC-V specific fork. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
e64b2ee4de
commit
dcb61db68d
@@ -13,7 +13,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv"
|
||||
PREFERRED_VERSION_linux-riscv ?= "4.18%"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
QEMUVERSION = "riscv"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "riscv-pk"
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
#QEMUVERSION = "riscv"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_qemu-native = "${QEMUVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-qemu = "${QEMUVERSION}"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
QEMUVERSION = "riscv"
|
||||
|
||||
# qemuboot options
|
||||
QB_MACHINE = "-machine virt"
|
||||
|
||||
@@ -11,7 +11,6 @@ PREFERRED_VERSION_qemu-native = "${QEMUVERSION}"
|
||||
PREFERRED_VERSION_nativesdk-qemu = "${QEMUVERSION}"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
QEMUVERSION = "riscv"
|
||||
|
||||
# qemuboot options
|
||||
QB_MACHINE = "-machine virt"
|
||||
|
||||
Reference in New Issue
Block a user