mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-09 18:26:58 +02:00
machines: Use the 4.19 kernel by default
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
0ea55df970
commit
c84c026c94
@@ -10,7 +10,7 @@ MACHINE_FEATURES = "screen keyboard ext2 ext3 serial"
|
||||
KERNEL_IMAGETYPE = "vmlinux"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv"
|
||||
PREFERRED_VERSION_linux-riscv ?= "4.18%"
|
||||
PREFERRED_VERSION_linux-riscv ?= "4.19%"
|
||||
|
||||
GDBVERSION = "riscv"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#@DESCRIPTION: Machine configuration for running a generic riscv64
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-riscv"
|
||||
PREFERRED_VERSION_linux-riscv ?= "4.18%"
|
||||
PREFERRED_VERSION_linux-riscv ?= "4.19%"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot"
|
||||
|
||||
Reference in New Issue
Block a user