diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-20 19:51:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-20 19:51:24 +0200 |
commit | 33f2b9be9db180fe4c3c873d944fb175a5ecf835 (patch) | |
tree | f021eb35f7c4c8c455797cb152ae676cf708841f /recipes/linux/linux-omap-pm_2.6.29.bb | |
parent | abbbb26e6ad384278a620f3b4c2e85c235c6ccc5 (diff) |
linux-omap pm 2.6.29: tweak versioning, attempt to get sound working for beagle
Diffstat (limited to 'recipes/linux/linux-omap-pm_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap-pm_2.6.29.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-pm_2.6.29.bb b/recipes/linux/linux-omap-pm_2.6.29.bb index 9748278389..80303774f3 100644 --- a/recipes/linux/linux-omap-pm_2.6.29.bb +++ b/recipes/linux/linux-omap-pm_2.6.29.bb @@ -7,7 +7,8 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| SRCREV = "cbfc461bd5c4d0aff8501dd82db18146a22f49cf" -PV = "2.6.29-pm1+gitr${SRCREV}" +PV = "2.6.29" +MACHINE_KERNEL_PR_append = "-pm1+gitr${SRCREV}" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm-2.6.29 \ file://defconfig" @@ -93,6 +94,7 @@ SRC_URI_append = " \ file://dss2/merge-fixups.diff;patch=1 \ file://overo-cpufreq.diff;patch=1 \ file://register-all-OPPs.diff;patch=1 \ + file://fix-audio-capture.patch;patch=1 \ " |