]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - recipes-kernel/linux/linux-omap-psp_2.6.37.bb
linux-omap-psp: Update commit
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-omap-psp_2.6.37.bb
index bafeba5d5e535a24d82c3ef4e820a200d249f4e1..d1a647863d9d2d99a0f7f2f49207a9eacd9f6ed7 100644 (file)
@@ -1,10 +1,16 @@
 require linux.inc
+require setup-defconfig.inc
 
 DESCRIPTION = "Linux kernel for OMAP3 EVM from PSP, based on linux-omap3 kernel"
 
 COMPATIBLE_MACHINE = "omap3"
 
-SRCREV= "20c003f2f024d9f50f59edf9f1b8f5f035fb15b8"
+# SRCREV corresponds to tag v2.6.37_OMAPPSP_04.02.00.07
+SRCREV= "adcd067326836777c049e3cb32a5b7d9d401fc31"
+
+# The main PR is now using MACHINE_KERNEL_PR, for omap3 devices
+# see conf/machine/include/omap3.inc
+MACHINE_KERNEL_PR_append = "b"
 
 SRC_URI = "git://arago-project.org/git/projects/linux-omap3.git;protocol=git \
            file://defconfig"
@@ -83,6 +89,11 @@ SRC_URI += " \
     file://0002-usb-musb-am35x-fix-role-switching-issue.patch \
 "
 
+# Fix alignment issue with gcc-4.7
+SRC_URI += " \
+    file://0001-arm-fix-builds-with-gcc-4.7.patch \
+"
+
 # Updated PIO mode for MUSB help description
 SRC_URI_append_am3517-evm = " file://0001-musb-update-PIO-mode-help-information-in-Kconfig.patch"