From b8db3af843ebf00c04dfe05c2cca526f995506fe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Mar 2018 23:07:14 -0800 Subject: [PATCH] qemuriscv64: Switch to riscv forks of qemu and gdb Use linux-libc-headers from oe-core Signed-off-by: Khem Raj --- conf/machine/qemuriscv64.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index 0504ace..af3d62a 100644 --- a/conf/machine/qemuriscv64.conf +++ b/conf/machine/qemuriscv64.conf @@ -8,7 +8,10 @@ KERNEL_IMAGETYPE = "vmlinux" KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" PREFERRED_PROVIDER_virtual/kernel = "linux-riscv" -PREFERRED_PROVIDER_linux-libc-headers = "linux-riscv-libc-headers" +PREFERRED_VERSION_qemu = "riscv" +PREFERRED_VERSION_qemu-native = "riscv" +PREFERRED_VERSION_nativesdk-qemu = "riscv" +GDBVERSION = "riscv" SERIAL_CONSOLE = "38400 ttyHTIF0" USE_VT ?= "0"