1*4882a593SmuzhiyunBR2_arm=y 2*4882a593SmuzhiyunBR2_arm1176jzf_s=y 3*4882a593SmuzhiyunBR2_ARM_EABIHF=y 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun# Linux headers same as kernel, a 5.10 series 6*4882a593SmuzhiyunBR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunBR2_TOOLCHAIN_BUILDROOT_CXX=y 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunBR2_LINUX_KERNEL=y 11*4882a593SmuzhiyunBR2_LINUX_KERNEL_CUSTOM_TARBALL=y 12*4882a593SmuzhiyunBR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,581049d718caf95f5feb00607ac748d5841cf27c)/linux-581049d718caf95f5feb00607ac748d5841cf27c.tar.gz" 13*4882a593SmuzhiyunBR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun# Build the DTBs for A/B from the kernel sources: the zero is the same 16*4882a593Smuzhiyun# as the A+ model, just in a different form-factor 17*4882a593SmuzhiyunBR2_LINUX_KERNEL_DTS_SUPPORT=y 18*4882a593SmuzhiyunBR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero" 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunBR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y 21*4882a593Smuzhiyun 22*4882a593SmuzhiyunBR2_PACKAGE_RPI_FIRMWARE=y 23*4882a593SmuzhiyunBR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y 24*4882a593SmuzhiyunBR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y 25*4882a593SmuzhiyunBR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi0/config_default.txt" 26*4882a593Smuzhiyun# BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set 27*4882a593Smuzhiyun 28*4882a593Smuzhiyun# Required tools to create the SD image 29*4882a593SmuzhiyunBR2_PACKAGE_HOST_DOSFSTOOLS=y 30*4882a593SmuzhiyunBR2_PACKAGE_HOST_GENIMAGE=y 31*4882a593SmuzhiyunBR2_PACKAGE_HOST_MTOOLS=y 32*4882a593Smuzhiyun 33*4882a593Smuzhiyun# Filesystem / image 34*4882a593SmuzhiyunBR2_TARGET_ROOTFS_EXT2=y 35*4882a593SmuzhiyunBR2_TARGET_ROOTFS_EXT2_4=y 36*4882a593SmuzhiyunBR2_TARGET_ROOTFS_EXT2_SIZE="120M" 37*4882a593Smuzhiyun# BR2_TARGET_ROOTFS_TAR is not set 38*4882a593SmuzhiyunBR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0/post-build.sh" 39*4882a593SmuzhiyunBR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0/post-image.sh" 40