66245d03cc
rpi-userland and libcoffi are not strictly required to boot up the Raspberry Pi, so remove them from the defconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
604 B
Plaintext
22 lines
604 B
Plaintext
BR2_arm=y
|
|
BR2_arm1176jzf_s=y
|
|
|
|
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
|
|
|
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
|
|
|
|
BR2_PACKAGE_RPI_FIRMWARE=y
|
|
|
|
# Lock to 3.10 headers as the RPi kernel is based off the 3.10 branch
|
|
BR2_KERNEL_HEADERS_VERSION=y
|
|
BR2_DEFAULT_KERNEL_VERSION="3.10.25"
|
|
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/raspberrypi/linux.git"
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="cdeb937acdc0cb00e3d3bc30d6053ec53030cc64"
|
|
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
|
|
BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi_quick"
|
|
BR2_LINUX_KERNEL_ZIMAGE=y
|