]> Git Repo - buildroot-mgba.git/blob - configs/raspberrypi0w_defconfig
Merge branch 'next'
[buildroot-mgba.git] / configs / raspberrypi0w_defconfig
1 BR2_arm=y
2 BR2_arm1176jzf_s=y
3 BR2_ARM_EABIHF=y
4
5 # Linux headers same as kernel, a 5.10 series
6 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
7
8 BR2_TOOLCHAIN_BUILDROOT_CXX=y
9
10 BR2_LINUX_KERNEL=y
11 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
12 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,9878a118cbdb7779fd15caa45915d22bff381ba3)/linux-9878a118cbdb7779fd15caa45915d22bff381ba3.tar.gz"
13 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
14 BR2_LINUX_KERNEL_DTS_SUPPORT=y
15 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w"
16 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
17
18 BR2_PACKAGE_RPI_FIRMWARE=y
19 BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y
20 BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y
21 BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi0w/config_0w.txt"
22
23 # Required tools to create the SD image
24 BR2_PACKAGE_HOST_DOSFSTOOLS=y
25 BR2_PACKAGE_HOST_GENIMAGE=y
26 BR2_PACKAGE_HOST_MTOOLS=y
27
28 # Filesystem / image
29 BR2_TARGET_ROOTFS_EXT2=y
30 BR2_TARGET_ROOTFS_EXT2_4=y
31 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
32 # BR2_TARGET_ROOTFS_TAR is not set
33 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0w/post-build.sh"
34 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0w/post-image.sh"
This page took 0.028891 seconds and 4 git commands to generate.