aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap_2.6.38.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2011-03-19 00:26:46 +0000
committerGraeme Gregory <dp@xora.org.uk>2011-03-19 00:26:46 +0000
commita182828b78649b6a04d1ce426b10b8630c9be2c3 (patch)
tree75b5098af86c513f642ec2d184eeb883796c2eac /recipes/linux/linux-omap_2.6.38.bb
parentb091590f9169152dc4a6857fa8f37d67d7f03317 (diff)
downloadopenembedded-a182828b78649b6a04d1ce426b10b8630c9be2c3.tar.gz
linux-omap_2.6.38.bb : update to latest
tmlind tree hasnt switch to 2.6.38 versioning yet, so this is still -rc8. Rebased the patches and added one to make SMC instruction compile and support XM rev C Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/linux/linux-omap_2.6.38.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.38.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap_2.6.38.bb b/recipes/linux/linux-omap_2.6.38.bb
index 0513cb4dd7..b79d701bae 100644
--- a/recipes/linux/linux-omap_2.6.38.bb
+++ b/recipes/linux/linux-omap_2.6.38.bb
@@ -6,9 +6,9 @@ KERNEL_IMAGETYPE = "uImage"
COMPATIBLE_MACHINE = "(omapzoom2|omapzoom36x|beagleboard)"
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
-PV = "2.6.37+2.6.38-rc7"
+PV = "2.6.37+2.6.38-rc8"
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
-SRCREV = "eeafae6dee6a408a6c5aaf9d3862a79eefbb71b0"
+SRCREV = "73ee404d7dedd23e35aae3ce516c504db783716f"
FILESPATHPKG_prepend = "linux-omap-2.6.38:"
@@ -16,7 +16,10 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.g
file://defconfig"
SRC_URI_append = " file://base/0001-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch \
- file://base/0002-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch"
+ file://base/0002-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch \
+ file://base/0003-mach-omap2-Makefile-fix-the-security-extensions.patch \
+ file://base/0004-beagleboard-hack-in-support-from-xM-rev-C.patch \
+ "
PARALLEL_MAKE = ""