[oe-commits] Graeme Gregory : linux-omap_2.6.38.bb : add beagleboard support

git version control git at git.openembedded.org
Fri Mar 4 17:12:06 UTC 2011


Module: openembedded.git
Branch: master
Commit: 72e0f079aed2e824bca537f73e3c8d0653a14eb1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=72e0f079aed2e824bca537f73e3c8d0653a14eb1

Author: Graeme Gregory <dp at xora-build.xora.org.uk>
Date:   Fri Mar  4 17:10:36 2011 +0000

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 at xora.org.uk>

---

 recipes/linux/linux-omap_2.6.38.bb |   11 ++++++++---
 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 f1dfbfd..0513cb4 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 \





More information about the Openembedded-commits mailing list