aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap_2.6.29.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-30 15:30:39 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-30 15:30:39 +0200
commit0546e921e1d0e0c56bd2cada978abecf6bcce852 (patch)
treeb022f561d40aafd90ea466224deb7605881eed05 /recipes/linux/linux-omap_2.6.29.bb
parentcc89fef9b784660843e6ed79911111b866db49e1 (diff)
downloadopenembedded-0546e921e1d0e0c56bd2cada978abecf6bcce852.tar.gz
linux-omap: add patch to fix mmc support and update defconfig
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index cf1a93ca97..86827fd131 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
SRCREV = "90e758af52ba803cba233fabee81176d99589f09"
-PR = "r0+gitr${SRCREV}"
+PR = "r1+gitr${SRCREV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"
@@ -21,6 +21,7 @@ SRC_URI_append = " \
file://read_die_ids.patch;patch=1 \
file://fix-install.patch;patch=1 \
file://DSS2.diff;patch=1 \
+ file://0001-board-ldp-add-regulator-info-to-get-the-microSD-slo.patch;patch=1 \
"