aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora-build.xora.org.uk>2011-03-04 17:10:36 +0000
committerGraeme Gregory <dp@xora-build.xora.org.uk>2011-03-04 17:10:36 +0000
commit72e0f079aed2e824bca537f73e3c8d0653a14eb1 (patch)
treecb11ded27fd0ef056d8358d51cc0cc75363ff865
parent267c0b50a0c14f3923f93561f8277170e5c5c40f (diff)
downloadopenembedded-72e0f079aed2e824bca537f73e3c8d0653a14eb1.tar.gz
linux-omap_2.6.38.bb : add beagleboard support
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>
-rw-r--r--recipes/linux/linux-omap_2.6.38.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap_2.6.38.bb b/recipes/linux/linux-omap_2.6.38.bb
index f1dfbfdbf9..0513cb4dd7 100644
--- a/recipes/linux/linux-omap_2.6.38.bb
+++ b/recipes/linux/linux-omap_2.6.38.bb
@@ -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 \