From 72e0f079aed2e824bca537f73e3c8d0653a14eb1 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 4 Mar 2011 17:10:36 +0000 Subject: [PATCH] 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 --- recipes/linux/linux-omap_2.6.38.bb | 11 ++++++++--- 1 file 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 \ -- 2.39.5