Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 1 | BR2_aarch64=y |
| 2 | BR2_cortex_a53=y |
| 3 | BR2_ARM_FPU_VFPV4=y |
| 4 | |
| 5 | BR2_TOOLCHAIN_BUILDROOT_CXX=y |
| 6 | |
| 7 | BR2_SYSTEM_DHCP="eth0" |
| 8 | |
Peter Seiderer | ed02414 | 2019-02-23 11:32:57 +0100 | [diff] [blame] | 9 | # Linux headers same as kernel, a 4.19 series |
| 10 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 11 | |
| 12 | BR2_LINUX_KERNEL=y |
Yann E. MORIN | 7e7b9db | 2018-04-01 11:04:55 +0200 | [diff] [blame] | 13 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
Peter Seiderer | cb24898 | 2020-06-08 00:01:36 +0200 | [diff] [blame] | 14 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,676fd5a6f2a9b365da0e0371ef11acbb74cb69d5)/linux-676fd5a6f2a9b365da0e0371ef11acbb74cb69d5.tar.gz" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 15 | BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3" |
| 16 | |
| 17 | # Build the DTB from the kernel sources |
| 18 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
Martin Bark | fbb45f6 | 2018-05-06 21:07:26 +0100 | [diff] [blame] | 19 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2837-rpi-3-b" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 20 | |
Peter Seiderer | ed02414 | 2019-02-23 11:32:57 +0100 | [diff] [blame] | 21 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
| 22 | |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 23 | BR2_PACKAGE_RPI_FIRMWARE=y |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 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 |
Samuel Martin | bee9e88 | 2017-07-09 07:00:38 +0200 | [diff] [blame] | 33 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 34 | # BR2_TARGET_ROOTFS_TAR is not set |
| 35 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi3-64/post-build.sh" |
| 36 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi3-64/post-image.sh" |
Arthur Courtel | ada40af | 2019-12-04 11:54:29 +0100 | [diff] [blame] | 37 | BR2_ROOTFS_POST_SCRIPT_ARGS="--aarch64 --add-miniuart-bt-overlay" |