- Bump Linux kernel to v6.12.15, update the hash file and add the dependency on host-python3. - Bump the FVP in the readme to version 11.27 build 19. While at it: - Rework the readme a bit with explicit build instructions, add a link to the model binaries running on AArch64 host and update the model command line to specify Arm v8.0 (as we are building for Cortex-A53). - Turn on hashes verification and update .checkpackageignore accordingly. - Add myself as co-developer for this defconfig. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> [Julien: remove "Locally calculated" in linux.hash] Signed-off-by: Julien Olivain <ju.o@free.fr>
22 lines
867 B
Plaintext
22 lines
867 B
Plaintext
BR2_aarch64=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_12=y
|
|
BR2_GLOBAL_PATCH_DIR="board/arm/foundation-v8/patches"
|
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.12.15"
|
|
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_LINUX_KERNEL_NEEDS_HOST_PYTHON3=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
|