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 | |
Brandon Maier | 47da55f | 2024-05-28 14:59:11 +0000 | [diff] [blame] | 5 | # patches |
| 6 | BR2_GLOBAL_PATCH_DIR="board/raspberrypi/patches" |
| 7 | BR2_DOWNLOAD_FORCE_CHECK_HASHES=y |
| 8 | |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 9 | BR2_TOOLCHAIN_BUILDROOT_CXX=y |
| 10 | |
| 11 | BR2_SYSTEM_DHCP="eth0" |
| 12 | |
Bram Oosterhuis | 13ba668 | 2023-11-04 23:01:51 +0100 | [diff] [blame] | 13 | # Linux headers same as kernel, a 6.1 series |
| 14 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 15 | |
| 16 | BR2_LINUX_KERNEL=y |
Yann E. MORIN | 7e7b9db | 2018-04-01 11:04:55 +0200 | [diff] [blame] | 17 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
Bram Oosterhuis | 13ba668 | 2023-11-04 23:01:51 +0100 | [diff] [blame] | 18 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,17f135b742c4edb340afb365873c3a574f7e16cb)/linux-17f135b742c4edb340afb365873c3a574f7e16cb.tar.gz" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 19 | BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3" |
| 20 | |
| 21 | # Build the DTB from the kernel sources |
| 22 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
Martin Bark | fbb45f6 | 2018-05-06 21:07:26 +0100 | [diff] [blame] | 23 | 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] | 24 | |
Peter Seiderer | ed02414 | 2019-02-23 11:32:57 +0100 | [diff] [blame] | 25 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
| 26 | |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 27 | BR2_PACKAGE_RPI_FIRMWARE=y |
Peter Seiderer | 689b9ac | 2021-09-21 22:21:32 +0200 | [diff] [blame] | 28 | BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y |
| 29 | BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y |
| 30 | BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="board/raspberrypi3-64/config_3_64bit.txt" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 31 | |
| 32 | # Required tools to create the SD image |
| 33 | BR2_PACKAGE_HOST_DOSFSTOOLS=y |
| 34 | BR2_PACKAGE_HOST_GENIMAGE=y |
| 35 | BR2_PACKAGE_HOST_MTOOLS=y |
| 36 | |
| 37 | # Filesystem / image |
| 38 | BR2_TARGET_ROOTFS_EXT2=y |
| 39 | BR2_TARGET_ROOTFS_EXT2_4=y |
Samuel Martin | bee9e88 | 2017-07-09 07:00:38 +0200 | [diff] [blame] | 40 | BR2_TARGET_ROOTFS_EXT2_SIZE="120M" |
Gaël PORTAY | 9bbea36 | 2017-04-18 11:59:59 -0400 | [diff] [blame] | 41 | # BR2_TARGET_ROOTFS_TAR is not set |
| 42 | BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi3-64/post-build.sh" |
| 43 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi3-64/post-image.sh" |
Bram Oosterhuis | 13ba668 | 2023-11-04 23:01:51 +0100 | [diff] [blame] | 44 | |
| 45 | # Enable compressed kernel module support |
| 46 | BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y |
| 47 | BR2_PACKAGE_KMOD_TOOLS=y |
| 48 | BR2_PACKAGE_XZ=y |
| 49 | BR2_PACKAGE_KMOD=y |
| 50 | BR2_PACKAGE_HOST_KMOD_XZ=y |