mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-07 01:04:40 +02:00
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 <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
efc5633d05
commit
1b9c91908b
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user