]> Git Repo - buildroot-mgba.git/blob - configs/globalscale_espressobin_defconfig
configs/globalscale_espressobin: new defconfig
[buildroot-mgba.git] / configs / globalscale_espressobin_defconfig
1 BR2_aarch64=y
2 BR2_cortex_a53=y
3 BR2_ARM_FPU_VFPV4=y
4
5 # Linux headers same as kernel, a 5.6 series
6 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_6=y
7
8 # Kernel
9 BR2_LINUX_KERNEL=y
10 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
11 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.6.11"
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
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"
16 BR2_LINUX_KERNEL_INSTALL_TARGET=y
17
18 # Filesystem
19 BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Marvell ESPRESSObin"
20 BR2_TARGET_ROOTFS_EXT2=y
21 BR2_TARGET_ROOTFS_EXT2_4=y
22 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
23 BR2_TARGET_ROOTFS_TAR_GZIP=y
24 BR2_PACKAGE_HOST_GENIMAGE=y
25 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
26 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/globalscale/espressobin/genimage.cfg"
This page took 0.025776 seconds and 4 git commands to generate.