configs/pcengines_apu2_defconfig: bump kernel to 5.16
This fixes the compile errors that were present with the previous kernel version (4.19): https://gitlab.com/buildroot.org/buildroot/-/jobs/1970084022 Additionally, the defconfig file was refactored: Configuration values are now grouped logically, thus increasing readability and maintainability. Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
aab9cb163e
commit
944eb00fd1
@ -1,16 +1,27 @@
|
||||
# Architecture
|
||||
BR2_x86_64=y
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
|
||||
BR2_TARGET_GENERIC_HOSTNAME="apu2"
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
|
||||
# Kernel
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_16=y
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.16"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.16"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/pcengines/apu2/linux.config"
|
||||
|
||||
# Default hostname and TTY
|
||||
BR2_TARGET_GENERIC_HOSTNAME="apu2"
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
||||
|
||||
# Networking
|
||||
BR2_SYSTEM_DHCP="eth0"
|
||||
|
||||
# Rootfs
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_ISO9660=y
|
||||
BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU="board/pcengines/apu2/isolinux.cfg"
|
||||
BR2_TARGET_ROOTFS_ISO9660_HYBRID=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
||||
# Bootloader
|
||||
BR2_TARGET_SYSLINUX=y
|
||||
|
Loading…
Reference in New Issue
Block a user