summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-04-22 11:21:40 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-04-22 16:23:27 -0400
commitbb6646fd963c53a4386a7448c62a75990f285407 (patch)
tree94e652f3780eb0ca652ba28c7185738971614d58
parent088a1dbea3ec5901a60920469f82c7a27337c6be (diff)
downloadmeta-ti-bb6646fd963c53a4386a7448c62a75990f285407.tar.gz
linux-omap-psp: Update commit
* Update to latest supported release. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--recipes-kernel/linux/linux-omap-psp_2.6.37.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 212ebe75..c80939a7 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r124" 19MACHINE_KERNEL_PR = "r125"
20 20
21KERNEL_IMAGETYPE = "uImage" 21KERNEL_IMAGETYPE = "uImage"
22 22
diff --git a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
index 5d72af58..d1a64786 100644
--- a/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
+++ b/recipes-kernel/linux/linux-omap-psp_2.6.37.bb
@@ -5,7 +5,8 @@ DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
5 5
6COMPATIBLE_MACHINE = "omap3" 6COMPATIBLE_MACHINE = "omap3"
7 7
8SRCREV= "20c003f2f024d9f50f59edf9f1b8f5f035fb15b8" 8# SRCREV corresponds to tag v2.6.37_OMAPPSP_04.02.00.07
9SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31"
9 10
10# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices 11# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices
11# see conf/machine/include/omap3.inc 12# see conf/machine/include/omap3.inc