summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-03-02 18:44:01 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:21 +0200
commitc98dcdfc1d4cea469740d46cd6f0645c219eae00 (patch)
treee386d93e5283f0501f9eccd7a66db536931dd0ad
parentd7c3781f3519d37e90245ace5a242e8b15407ced (diff)
linux-omap-psp 2.6.32: bump SRCREV to get USB and cpufreq fixes
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--recipes/linux/linux-omap-psp_2.6.32.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 0723b89a61..5fb7f13bc2 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
require conf/machine/include/tune-cortexa8.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
# Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r61"
+MACHINE_KERNEL_PR = "r62"
KERNEL_IMAGETYPE = "uImage"
diff --git a/recipes/linux/linux-omap-psp_2.6.32.bb b/recipes/linux/linux-omap-psp_2.6.32.bb
index 2b4e22ebdf..4b2ae80f53 100644
--- a/recipes/linux/linux-omap-psp_2.6.32.bb
+++ b/recipes/linux/linux-omap-psp_2.6.32.bb
@@ -5,7 +5,7 @@ KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "beagleboard|omap3evm|am3517-evm|omap3-touchbook"
-SRCREV = "ac07af55554567b6226ba8dd623756c630e93103"
+SRCREV = "c2aae3e0e6d03a5716965cb504589cb2d918b904"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
MACHINE_KERNEL_PR_append = "+gitr${SRCREV}"