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