]>
Commit | Line | Data |
---|---|---|
ee50eb8a YM |
1 | BR2_arm=y |
2 | BR2_arm1176jzf_s=y | |
3 | BR2_ARM_EABIHF=y | |
4 | ||
e934f23c PS |
5 | # Linux headers same as kernel, a 5.10 series |
6 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y | |
ee50eb8a YM |
7 | |
8 | BR2_TOOLCHAIN_BUILDROOT_CXX=y | |
9 | ||
10 | BR2_LINUX_KERNEL=y | |
7e7b9db6 | 11 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
4a8a6dc4 | 12 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,0b54dbda3cca2beb51e236a25738784e90853b64)/linux-0b54dbda3cca2beb51e236a25738784e90853b64.tar.gz" |
ee50eb8a YM |
13 | BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" |
14 | ||
15 | # Build the DTBs for A/B from the kernel sources: the zero is the same | |
16 | # as the A+ model, just in a different form-factor | |
17 | BR2_LINUX_KERNEL_DTS_SUPPORT=y | |
fd69af5e | 18 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero" |
ee50eb8a | 19 | |
ed02414e PS |
20 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
21 | ||
ee50eb8a | 22 | BR2_PACKAGE_RPI_FIRMWARE=y |
689b9ac4 PS |
23 | BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y |
24 | BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y | |
25 | BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi0/config_default.txt" | |
ee50eb8a YM |
26 | # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set |
27 | ||
28 | # Required tools to create the SD image | |
29 | BR2_PACKAGE_HOST_DOSFSTOOLS=y | |
30 | BR2_PACKAGE_HOST_GENIMAGE=y | |
31 | BR2_PACKAGE_HOST_MTOOLS=y | |
32 | ||
33 | # Filesystem / image | |
34 | BR2_TARGET_ROOTFS_EXT2=y | |
35 | BR2_TARGET_ROOTFS_EXT2_4=y | |
4aab77b7 | 36 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" |
ee50eb8a YM |
37 | # BR2_TARGET_ROOTFS_TAR is not set |
38 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0/post-build.sh" | |
39 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0/post-image.sh" |