linux-omap_2.6.38.bb : add beagleboard support
authorGraeme Gregory <dp@xora-build.xora.org.uk>
Fri, 4 Mar 2011 17:10:36 +0000 (17:10 +0000)
committerGraeme Gregory <dp@xora-build.xora.org.uk>
Fri, 4 Mar 2011 17:10:36 +0000 (17:10 +0000)
Added basic beagle support porting in the two patches that were
obvious to bring in. Updated the omapzoom machines with the same
defconfig while doing this.

Signed-off-by: Graeme Gregory <dp@xora.org.uk>
recipes/linux/linux-omap_2.6.38.bb

index f1dfbfd..0513cb4 100644 (file)
@@ -3,20 +3,25 @@ require multi-kernel.inc
 DESCRIPTION = "Linux kernel for OMAP processors"
 KERNEL_IMAGETYPE = "uImage"
 
-COMPATIBLE_MACHINE = "(omapzoom2|omapzoom36x)"
+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-rc4"
+PV = "2.6.37+2.6.38-rc7"
 MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
-SRCREV = "903851effc18c216d48492ead5f0a936b4ff6059"
+SRCREV = "eeafae6dee6a408a6c5aaf9d3862a79eefbb71b0"
 
 FILESPATHPKG_prepend = "linux-omap-2.6.38:"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
           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"
+
 PARALLEL_MAKE = ""
 
+SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
+"
 SRC_URI_append_omapzoom2 = " file://logo_linux_clut224.ppm \
 "
 SRC_URI_append_omapzoom36x = " file://logo_linux_clut224.ppm \