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:
Alistair Francis
2018-08-16 13:58:43 -07:00
committed by Khem Raj
parent e64b2ee4de
commit dcb61db68d
5 changed files with 0 additions and 27 deletions

View File

@@ -13,7 +13,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv"
PREFERRED_VERSION_linux-riscv ?= "4.18%"
GDBVERSION = "riscv"
QEMUVERSION = "riscv"
EXTRA_IMAGEDEPENDS += "riscv-pk"

View File

@@ -13,7 +13,6 @@ MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
KERNEL_IMAGETYPE = "vmlinux"
GDBVERSION = "riscv"
#QEMUVERSION = "riscv"
SERIAL_CONSOLES = "115200;ttyS0 115200;hvc0"

View File

@@ -11,7 +11,6 @@ PREFERRED_VERSION_qemu-native = "${QEMUVERSION}"
PREFERRED_VERSION_nativesdk-qemu = "${QEMUVERSION}"
GDBVERSION = "riscv"
QEMUVERSION = "riscv"
# qemuboot options
QB_MACHINE = "-machine virt"

View File

@@ -11,7 +11,6 @@ PREFERRED_VERSION_qemu-native = "${QEMUVERSION}"
PREFERRED_VERSION_nativesdk-qemu = "${QEMUVERSION}"
GDBVERSION = "riscv"
QEMUVERSION = "riscv"
# qemuboot options
QB_MACHINE = "-machine virt"

View File

@@ -1,23 +0,0 @@
require recipes-devtools/qemu/qemu.inc
SRC_URI = "gitsm://github.com/riscv/riscv-qemu.git;destsuffix=${S};branch=master;rebaseable=1 \
"
SRCREV = "62b9b076d9d37117696ec64f0b3544c1205ff7f9"
SRC_URI_remove_class-native = "\
file://fix-libcap-header-issue-on-some-distro.patch \
file://cpus.c-qemu_cpu_kick_thread_debugging.patch \
"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac"
QEMU_TARGETS = "riscv64 riscv32"
EXTRA_OECONF_remove = "--disable-numa --disable-lzo --disable-opengl --disable-gnutls --disable-static"
do_install_append() {
# Prevent QA warnings about installed ${localstatedir}/run
if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
}
COMPATIBLE_HOST_class-target = "(riscv64|riscv32).*-linux"