]>
Commit | Line | Data |
---|---|---|
1 | BR2_arm=y | |
2 | BR2_cortex_a7=y | |
3 | BR2_ARM_EABIHF=y | |
4 | BR2_ARM_FPU_NEON_VFPV4=y | |
5 | ||
6 | BR2_TOOLCHAIN_BUILDROOT_CXX=y | |
7 | ||
8 | BR2_SYSTEM_DHCP="eth0" | |
9 | ||
10 | # Linux headers same as kernel, a 5.10 series | |
11 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y | |
12 | ||
13 | BR2_LINUX_KERNEL=y | |
14 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y | |
15 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,0b54dbda3cca2beb51e236a25738784e90853b64)/linux-0b54dbda3cca2beb51e236a25738784e90853b64.tar.gz" | |
16 | BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" | |
17 | ||
18 | # Build the DTB from the kernel sources | |
19 | BR2_LINUX_KERNEL_DTS_SUPPORT=y | |
20 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b" | |
21 | ||
22 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y | |
23 | ||
24 | BR2_PACKAGE_RPI_FIRMWARE=y | |
25 | BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y | |
26 | BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y | |
27 | BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi/config_default.txt" | |
28 | # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set | |
29 | ||
30 | # Required tools to create the SD image | |
31 | BR2_PACKAGE_HOST_DOSFSTOOLS=y | |
32 | BR2_PACKAGE_HOST_GENIMAGE=y | |
33 | BR2_PACKAGE_HOST_MTOOLS=y | |
34 | ||
35 | # Filesystem / image | |
36 | BR2_TARGET_ROOTFS_EXT2=y | |
37 | BR2_TARGET_ROOTFS_EXT2_4=y | |
38 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" | |
39 | # BR2_TARGET_ROOTFS_TAR is not set | |
40 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi2/post-build.sh" | |
41 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi2/post-image.sh" |