]> Git Repo - buildroot-mgba.git/blob - configs/raspberrypi_defconfig
configs/raspberrypi*: bump kernel version to 64d0a98
[buildroot-mgba.git] / configs / raspberrypi_defconfig
1 BR2_arm=y
2 BR2_arm1176jzf_s=y
3 BR2_ARM_EABIHF=y
4
5 BR2_SYSTEM_DHCP="eth0"
6
7 # Linux headers same as kernel, a 4.19 series
8 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
9
10 BR2_TOOLCHAIN_BUILDROOT_CXX=y
11
12 BR2_LINUX_KERNEL=y
13 BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
14 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,raspberrypi,linux,64d0a9870ac14d5eb5253f67d984ae348eec1393)/linux-64d0a9870ac14d5eb5253f67d984ae348eec1393.tar.gz"
15 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
16
17 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
18 BR2_LINUX_KERNEL_DTS_SUPPORT=y
19 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
20
21 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
22
23 BR2_PACKAGE_RPI_FIRMWARE=y
24 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
25
26 # Required tools to create the SD image
27 BR2_PACKAGE_HOST_DOSFSTOOLS=y
28 BR2_PACKAGE_HOST_GENIMAGE=y
29 BR2_PACKAGE_HOST_MTOOLS=y
30
31 # Filesystem / image
32 BR2_TARGET_ROOTFS_EXT2=y
33 BR2_TARGET_ROOTFS_EXT2_4=y
34 BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
35 # BR2_TARGET_ROOTFS_TAR is not set
36 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi/post-build.sh"
37 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi/post-image.sh"
This page took 0.033106 seconds and 4 git commands to generate.