From 1b9c91908b0707dd1df21c43eb092d780bf6938b Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 29 Nov 2018 13:00:59 -0800 Subject: [PATCH] u-boot: Remove RISC-V specific version Now that u-boot 2018.11 is supported in Yocto we no longer need custom options for RISC-V support. Signed-off-by: Alistair Francis --- conf/machine/qemuriscv64.conf | 1 - recipes-bsp/u-boot/u-boot_%.bbappend | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot_%.bbappend 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"