mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/riscv/nommu: bump kernel version and drop no longer needed patch
Bump the kernel version for all riscv nommu configs from 5.18 to 5.19. That way, we can remove the one and only riscv nommu patch, since this patch is included in kernel 5.19. Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9dd179d43f
commit
f78fae8c9c
@@ -3,9 +3,6 @@ BR2_riscv=y
|
||||
BR2_RISCV_64=y
|
||||
# BR2_RISCV_USE_MMU is not set
|
||||
|
||||
# Patches
|
||||
BR2_GLOBAL_PATCH_DIR="board/riscv/nommu/patches"
|
||||
|
||||
# Busybox with hush
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
|
||||
|
||||
@@ -22,7 +19,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.18"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.19"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="nommu_virt"
|
||||
BR2_LINUX_KERNEL_IMAGE=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user