]> Git Repo - buildroot-mgba.git/blame - configs/raspberrypicm4io_defconfig
configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error with binutils 2.41+
[buildroot-mgba.git] / configs / raspberrypicm4io_defconfig
CommitLineData
2fb6962b
PS
1BR2_arm=y
2BR2_cortex_a72=y
3BR2_ARM_FPU_NEON_VFPV4=y
4
5BR2_TOOLCHAIN_BUILDROOT_CXX=y
6
7BR2_SYSTEM_DHCP="eth0"
8
13ba668a
BO
9# Linux headers same as kernel, a 6.1 series
10BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
2fb6962b
PS
11
12BR2_LINUX_KERNEL=y
13BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
13ba668a 14BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz"
2fb6962b
PS
15BR2_LINUX_KERNEL_DEFCONFIG="bcm2711"
16
17# Build the DTB from the kernel sources
18BR2_LINUX_KERNEL_DTS_SUPPORT=y
19BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2711-rpi-cm4"
20
21BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
22
23BR2_PACKAGE_RPI_FIRMWARE=y
24BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y
689b9ac4 25BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypicm4io-64/config_cm4io.txt"
2fb6962b
PS
26
27# Required tools to create the SD image
28BR2_PACKAGE_HOST_DOSFSTOOLS=y
29BR2_PACKAGE_HOST_GENIMAGE=y
30BR2_PACKAGE_HOST_MTOOLS=y
31
32# Required tool to flash CM4 eMMC memory
f64e93cd 33BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT=y
2fb6962b
PS
34
35# Filesystem / image
36BR2_TARGET_ROOTFS_EXT2=y
37BR2_TARGET_ROOTFS_EXT2_4=y
38BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
39# BR2_TARGET_ROOTFS_TAR is not set
40BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypicm4io/post-build.sh"
41BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypicm4io/post-image.sh"
13ba668a
BO
42
43# Enable compressed kernel module support
44BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
45BR2_PACKAGE_KMOD_TOOLS=y
46BR2_PACKAGE_XZ=y
47BR2_PACKAGE_KMOD=y
48BR2_PACKAGE_HOST_KMOD_XZ=y
This page took 0.314893 seconds and 4 git commands to generate.