diff --git a/conf/machine/qemuriscv64.conf b/conf/machine/qemuriscv64.conf index e22d5f0..bb3d58b 100644 --- a/conf/machine/qemuriscv64.conf +++ b/conf/machine/qemuriscv64.conf @@ -6,7 +6,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv" PREFERRED_VERSION_linux-riscv ?= "4.19%" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot" -PREFERRED_PROVIDER_u-boot ?= "u-boot" require conf/machine/include/qemu.inc require conf/machine/include/tune-riscv.inc diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend deleted file mode 100644 index ea7c314..0000000 --- a/recipes-bsp/u-boot/u-boot_%.bbappend +++ /dev/null @@ -1,6 +0,0 @@ -# Remove patches applied in the common .bb -SRC_URI_riscv64 = "git://git.denx.de/u-boot.git" - -SRCREV_riscv64 = "94228a9188803473206544c8f33649ea72bf1ee1" - -COMPATIBLE_MACHINE_qemuriscv64 = "qemuriscv64"