]>
Commit | Line | Data |
---|---|---|
7f6a9f6e JH |
1 | BR2_arm=y |
2 | BR2_cortex_a7=y | |
3 | BR2_ARM_EABIHF=y | |
4 | BR2_ARM_FPU_NEON_VFPV4=y | |
79e8d730 | 5 | |
7f6a9f6e | 6 | BR2_TOOLCHAIN_BUILDROOT_CXX=y |
79e8d730 | 7 | |
20c59c8e | 8 | BR2_SYSTEM_DHCP="eth0" |
79e8d730 | 9 | |
6a340502 MB |
10 | # Linux headers same as kernel, a 4.14 series |
11 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y | |
79e8d730 | 12 | |
7f6a9f6e | 13 | BR2_LINUX_KERNEL=y |
7e7b9db6 | 14 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
b677b490 | 15 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,865ddc1393f558198e7e7ce70928ff2e49c4f7f6)/linux-865ddc1393f558198e7e7ce70928ff2e49c4f7f6.tar.gz" |
7f6a9f6e | 16 | BR2_LINUX_KERNEL_DEFCONFIG="bcm2709" |
7d377541 YM |
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" | |
79e8d730 | 21 | |
7f6a9f6e | 22 | BR2_PACKAGE_RPI_FIRMWARE=y |
7d377541 | 23 | # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set |
8dd797a0 GZ |
24 | |
25 | # Required tools to create the SD image | |
26 | BR2_PACKAGE_HOST_DOSFSTOOLS=y | |
27 | BR2_PACKAGE_HOST_GENIMAGE=y | |
28 | BR2_PACKAGE_HOST_MTOOLS=y | |
29 | ||
30 | # Filesystem / image | |
31 | BR2_TARGET_ROOTFS_EXT2=y | |
32 | BR2_TARGET_ROOTFS_EXT2_4=y | |
272bf797 | 33 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" |
8dd797a0 | 34 | # BR2_TARGET_ROOTFS_TAR is not set |
20878a10 | 35 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi2/post-build.sh" |
8dd797a0 | 36 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi2/post-image.sh" |