diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-29 15:28:05 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-29 15:28:05 +0100 |
commit | 8bd33c32ad464622ea2080acc93adf342a200d2f (patch) | |
tree | 32886b76a5cc4033b2d1bddaa40f93ac117f2e7c /recipes/linux/linux-omap-pm_git.bb | |
parent | 10f96a16b063c31bc1fedae15bd76c0afb887e1e (diff) |
linux-omap-pm_git.bb : update the commit to the latest SRCREV
defconfig is customized for this release as two drivers are broken.
mtd - broken in compile patches in progress
musb - oopses on boot
Diffstat (limited to 'recipes/linux/linux-omap-pm_git.bb')
-rw-r--r-- | recipes/linux/linux-omap-pm_git.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes/linux/linux-omap-pm_git.bb b/recipes/linux/linux-omap-pm_git.bb index a158c9161a..d223bb70cd 100644 --- a/recipes/linux/linux-omap-pm_git.bb +++ b/recipes/linux/linux-omap-pm_git.bb @@ -3,13 +3,15 @@ require linux.inc DESCRIPTION = "Linux kernel for OMAP processors" KERNEL_IMAGETYPE = "uImage" -COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo" +COMPATIBLE_MACHINE = "beagleboard" DEFAULT_PREFERENCE = "-1" -SRCREV = "7e7377395d6b4576341a6939bf2179f3946f2ea0" +SRCREV = "7c5cb7862d32cb344be7831d466535d5255e35ac" -PV = "2.6.30+2.6.31rc1-pm0+gitr${SRCREV}" +PV = "2.6.30+2.6.31rc1-pm1+gitr${SRCREV}" + +FILESPATHPKG_prepend = "linux-omap-pm-2.6.31:" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;protocol=git;branch=pm \ file://defconfig" @@ -19,8 +21,6 @@ SRC_URI_append = " \ file://no-cortex-deadlock.patch;patch=1 \ file://read_die_ids.patch;patch=1 \ file://fix-install.patch;patch=1 \ - file://overo-cpufreq.diff;patch=1 \ - file://register-all-OPPs.diff;patch=1 \ " @@ -36,4 +36,3 @@ S = "${WORKDIR}/git" module_autoload_ohci-hcd_omap5912osk = "ohci-hcd" - |