aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-omap_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-14 10:31:27 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-14 10:31:27 +0100
commite3f304a3e80cb87d34fed098a3ab2006504aef52 (patch)
tree24737ebce6441a1aa7afe13052dd1e6e4bc57bfe /packages/linux/linux-omap_git.bb
parent3f43346f5f2189da340c48a3aaec154a293a54d4 (diff)
downloadopenembedded-e3f304a3e80cb87d34fed098a3ab2006504aef52.tar.gz
linux-omap git: add DSS2 patch for omap3evm
* this is not enabled in the defconfig yet
Diffstat (limited to 'packages/linux/linux-omap_git.bb')
-rw-r--r--packages/linux/linux-omap_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap_git.bb b/packages/linux/linux-omap_git.bb
index dd5016336a..81f717ae5e 100644
--- a/packages/linux/linux-omap_git.bb
+++ b/packages/linux/linux-omap_git.bb
@@ -10,7 +10,7 @@ SRCREV = "444fcab6e8f8bad4ffc50feb91516c246d91e901"
PV = "2.6.27+2.6.28-rc3+${PR}+gitr${SRCREV}"
#PV = "2.6.27+${PR}+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"
@@ -51,6 +51,7 @@ SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
SRC_URI_append_omap3evm = " \
file://evm-mcspi-ts.diff;patch=1 \
file://omap3evm-lcd-redtint.diff;patch=1 \
+ file://omap3evm-dss2.diff;patch=1 \
"
S = "${WORKDIR}/git"