diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 15:24:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-23 09:11:24 +0100 |
commit | c3bfaaa2b9b5e6b9595758a4d2ed05940bf20722 (patch) | |
tree | 931209da9f27bbedb8f34c52af4af008c39d07bf /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | 1a4c43bfb1031c97780528e2bfe83eefb1af114c (diff) |
linux-openmoko-2.6.32: enable glamo DRM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32_git.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 8de43b97b1..da82b89435 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -8,13 +8,21 @@ KERNEL_VERSION = "${KERNEL_RELEASE}" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \ file://defconfig \ # build fix file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch;patch=1 \ +# patches from Weiss's gdrm-2.6.31 branch + file://0001-DRM-for-platform-devices.patch;patch=1 \ + file://0002-Glamo-DRM-and-KMS-driver.patch;patch=1 \ + file://0003-Work-on-Glamo-core-for-DRM.patch;patch=1 \ + file://0004-Add-JBT6k74-hook-for-use-by-KMS.patch;patch=1 \ +# patches for 2.6.32 gdrm + file://0001-glamo-drm-use-dev_set_drvdata-instead-of-setting-dri.patch;patch=1 \ + file://0002-glamo-drm-select-DRM_KMS_HELPER-for-crtc-functions.patch;patch=1 \ " S = "${WORKDIR}/git" |