summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorHadrien Boutteville <hadrien.boutteville@gmail.com>2014-06-01 17:22:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-08 16:32:20 +0200
commit0686dcf7a99746f236e6ebb5a9db7841f86bf5ad (patch)
treecca89285b73897424b2780e803a76459402cea56 /configs
parentf0fd391744d6773527419f23bd6321d18f70c32f (diff)
downloadbuildroot-0686dcf7a99746f236e6ebb5a9db7841f86bf5ad.tar.gz
buildroot-0686dcf7a99746f236e6ebb5a9db7841f86bf5ad.zip
Improve support of OpenGL for BeagleBone Black
Make ti-gfx working on BeagleBone Black by adding an ugly necessary patch to the kernel wich fix: pvrsrvkm: Unknown symbol v7_dma_map_area pvrsrvkm: Unknown symbol v7_dma_flush_range Add drivers to the default kernel config used in beaglebone_defconfig to enable the framebuffer. Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/beaglebone_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 3181c66094..f825fa940c 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -33,6 +33,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git"
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="7f280334068b7c875ade51f8f3921ab311f0c824"
+BR2_LINUX_KERNEL_PATCH="board/beaglebone/patches/linux/"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config"
BR2_LINUX_KERNEL_ZIMAGE=y
OpenPOWER on IntegriCloud