diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-14 08:44:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-14 08:44:27 +0100 |
commit | bbe3f3210183e3d27501e2d33bab1d6c9bc6209e (patch) | |
tree | 9f96016a45d68b09652b79ada998f8619aac4ba9 | |
parent | d6ef5fd945219cadaf12dc3468d90b9b28bcf80b (diff) |
linux-omap-pm git: move to latest pm branch, SD boot works again
-rw-r--r-- | packages/linux/linux-omap-pm_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/linux/linux-omap-pm_git.bb b/packages/linux/linux-omap-pm_git.bb index 24ce5d3398..ce9b58480d 100644 --- a/packages/linux/linux-omap-pm_git.bb +++ b/packages/linux/linux-omap-pm_git.bb @@ -7,12 +7,12 @@ COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard| DEFAULT_PREFERENCE = "-1" -SRCREV = "24b64c62777f483bff45176accc187381e7cd7a7" +SRCREV = "998bd5675a1e9ef646be771fbade01c585800765" -PV = "2.6.27+2.6.28rc8-pm1+gitr${SRCREV}" +PV = "2.6.28-pm1+gitr${SRCREV}" PR = "r0" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm-prev \ +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm \ file://defconfig" SRC_URI_append = " \ @@ -41,6 +41,7 @@ SRC_URI_append = " \ file://0009-DSS-OMAPFB-allocate-fbmem-only-for-fb0-or-if-spes.patch;patch=1 \ file://0010-DSS-OMAPFB-remove-extra-omapfb_setup_overlay-call.patch;patch=1 \ file://0011-DSS-OMAPFB-fix-GFX_SYNC-to-be-compatible-with-DSS1.patch;patch=1 \ + file://0014-DSS-fix-clk_get_usecount.patch;patch=1 \ file://0001-ASoC-Add-support-for-OMAP3-EVM.patch;patch=1 \ file://0001-This-merges-Steve-Kipisz-USB-EHCI-support.-He-star.patch;patch=1 \ file://dss2.diff;patch=1 \ |