cmake: bump version to 3.7.1
[buildroot-gz.git] / configs / raspberrypi_defconfig
blob6af9fb300149e62b4a90ceb0f208c9377826ea24
1 BR2_arm=y
2 BR2_arm1176jzf_s=y
3 BR2_ARM_EABIHF=y
5 BR2_SYSTEM_DHCP="eth0"
7 # Linux headers same as kernel, a 4.4 series
8 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
10 BR2_TOOLCHAIN_BUILDROOT_CXX=y
12 BR2_LINUX_KERNEL=y
13 BR2_LINUX_KERNEL_CUSTOM_GIT=y
14 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
15 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1ebe8d4a4c96cd6a90805c74233a468854960f67"
16 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
18 # Build the DTBs for A/B, A+/B+ and compute module from the kernel sources
19 BR2_LINUX_KERNEL_DTS_SUPPORT=y
20 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"
22 BR2_PACKAGE_RPI_FIRMWARE=y
23 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
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
30 # Filesystem / image
31 BR2_TARGET_ROOTFS_EXT2=y
32 BR2_TARGET_ROOTFS_EXT2_4=y
33 # BR2_TARGET_ROOTFS_TAR is not set
34 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi/post-build.sh"
35 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi/post-image.sh"