summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-pm_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-19 11:32:06 +0100
committerKoen Kooi <koen@openembedded.org>2009-03-19 11:32:06 +0100
commitebd561bc14a9a0883ad7c0ef2a6560ec9ae6824a (patch)
tree20eb796ad4af13c056223c9da31ecbf01e7dac79 /recipes/linux/linux-omap-pm_git.bb
parent2612236bf6abf8ebd98fac5359f3b1b830404ed5 (diff)
downloadopenembedded-ebd561bc14a9a0883ad7c0ef2a6560ec9ae6824a.tar.gz
linux-omap-pm: add 2.6.28 recipe so git can move to .29rc
Diffstat (limited to 'recipes/linux/linux-omap-pm_git.bb')
-rw-r--r--recipes/linux/linux-omap-pm_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/linux/linux-omap-pm_git.bb b/recipes/linux/linux-omap-pm_git.bb
index 0649a2541b..dbb64ca75f 100644
--- a/recipes/linux/linux-omap-pm_git.bb
+++ b/recipes/linux/linux-omap-pm_git.bb
@@ -7,15 +7,16 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|
DEFAULT_PREFERENCE = "-1"
-SRCREV = "65d02c2c7fe676369b7162459feec60268c7f4ba"
+SRCREV = "fe30e75b8c0b91b259fcea781b859e594ba21ae9"
-PV = "2.6.28-pm2+gitr${SRCREV}"
-PR = "r5"
+PV = "2.6.28-pm3+gitr${SRCREV}"
+PR = "r7"
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm-2.6.28 \
file://defconfig"
SRC_URI_append = " \
+ file://fixup-evm-cpufreq.diff;patch=1 \
file://no-empty-flash-warnings.patch;patch=1 \
file://no-cortex-deadlock.patch;patch=1 \
file://read_die_ids.patch;patch=1 \
@@ -48,6 +49,7 @@ SRC_URI_append = " \
file://register-all-OPPs.diff;patch=1 \
file://add-cpufreq-for-omap3evm.diff;patch=1 \
file://usbttyfix.patch;patch=1 \
+ file://0124-leds-gpio-broken-with-current-git.patch;patch=1 \
"