1BR2_aarch64=y 2BR2_cortex_a53=y 3BR2_ARM_FPU_VFPV4=y 4 5# Linux headers same as kernel, a 5.11 series 6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_11=y 7 8# Kernel 9BR2_LINUX_KERNEL=y 10BR2_LINUX_KERNEL_CUSTOM_VERSION=y 11BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.11.21" 12BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y 13BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/globalscale/espressobin/linux-extras.config" 14BR2_LINUX_KERNEL_DTS_SUPPORT=y 15BR2_LINUX_KERNEL_INTREE_DTS_NAME="marvell/armada-3720-espressobin marvell/armada-3720-espressobin-emmc marvell/armada-3720-espressobin-v7 marvell/armada-3720-espressobin-v7-emmc marvell/armada-3720-espressobin-ultra" 16BR2_LINUX_KERNEL_INSTALL_TARGET=y 17BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y 18 19# Filesystem 20BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin" 21BR2_TARGET_ROOTFS_EXT2=y 22BR2_TARGET_ROOTFS_EXT2_4=y 23BR2_TARGET_ROOTFS_EXT2_SIZE="120M" 24BR2_TARGET_ROOTFS_TAR_GZIP=y 25BR2_PACKAGE_HOST_GENIMAGE=y 26BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" 27BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/globalscale/espressobin/genimage.cfg" 28