]>
Commit | Line | Data |
---|---|---|
1c714bf7 JN |
1 | BR2_aarch64=y |
2 | BR2_cortex_a53=y | |
3 | BR2_ARM_FPU_VFPV4=y | |
4 | ||
4c44bf34 JW |
5 | # Linux headers same as kernel, a 5.15 series |
6 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y | |
1c714bf7 JN |
7 | |
8 | # Kernel | |
9 | BR2_LINUX_KERNEL=y | |
10 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
4c44bf34 | 11 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.15.1" |
1c714bf7 JN |
12 | BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y |
13 | BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/globalscale/espressobin/linux-extras.config" | |
14 | BR2_LINUX_KERNEL_DTS_SUPPORT=y | |
04cd621a | 15 | BR2_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" |
1c714bf7 | 16 | BR2_LINUX_KERNEL_INSTALL_TARGET=y |
d1caf8b5 | 17 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
1c714bf7 JN |
18 | |
19 | # Filesystem | |
20 | BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin" | |
21 | BR2_TARGET_ROOTFS_EXT2=y | |
22 | BR2_TARGET_ROOTFS_EXT2_4=y | |
23 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" | |
24 | BR2_TARGET_ROOTFS_TAR_GZIP=y | |
25 | BR2_PACKAGE_HOST_GENIMAGE=y | |
26 | BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" | |
27 | BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/globalscale/espressobin/genimage.cfg" |