]> Git Repo - buildroot-mgba.git/blob - configs/raspberrypi2_defconfig
configs/raspberrypi2: update our defconfig
[buildroot-mgba.git] / configs / raspberrypi2_defconfig
1 BR2_arm=y
2 BR2_cortex_a7=y
3 BR2_ARM_EABIHF=y
4 BR2_ARM_FPU_NEON_VFPV4=y
5
6 BR2_TOOLCHAIN_BUILDROOT_CXX=y
7
8 BR2_TARGET_GENERIC_GETTY_PORT="tty1"
9
10 # Lock to 4.0 headers as the RPi kernel stable tree is
11 # based off the 4.0 branch
12 BR2_KERNEL_HEADERS_VERSION=y
13 BR2_DEFAULT_KERNEL_VERSION="4.0.6"
14 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_0=y
15
16 BR2_LINUX_KERNEL=y
17 BR2_LINUX_KERNEL_CUSTOM_GIT=y
18 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
19 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="f90f981770e3ac8506dc84c9cd01471faaa0b0c2"
20 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
21 BR2_LINUX_KERNEL_ZIMAGE=yo
22
23 # Build the DTB from the kernel sources
24 BR2_LINUX_KERNEL_DTS_SUPPORT=y
25 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2709-rpi-2-b"
26
27 BR2_PACKAGE_RPI_FIRMWARE=y
28 # BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTB_OVERLAYS is not set
This page took 0.02732 seconds and 4 git commands to generate.