mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
0ffff6106c
- Bump Linux kernel to v6.8.10. - Bump the FVP in the readme to version 11.25 build 15. Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
838 B
Plaintext
21 lines
838 B
Plaintext
BR2_aarch64=y
|
|
# Linux headers same as kernel, a 6.8 series
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8=y
|
|
BR2_GLOBAL_PATCH_DIR="board/arm/foundation-v8/patches"
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.8.10"
|
|
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/foundation-v8-gicv3-psci"
|
|
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
BR2_TARGET_BOOT_WRAPPER_AARCH64=y
|
|
BR2_TARGET_BOOT_WRAPPER_AARCH64_DTS="arm/foundation-v8-gicv3-psci"
|
|
BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS="root=/dev/vda consolelog=9 console=ttyAMA0 rw"
|
|
BR2_TARGET_BOOT_WRAPPER_AARCH64_PSCI=y
|
|
BR2_TARGET_BOOT_WRAPPER_AARCH64_GICV3=y
|