From c51cc770389d6cc05555416b616fc90a6673c53e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 12 Oct 2010 10:15:34 +0200 Subject: linux-omap: add 2.6.36rc7, only for beagleboard at the moment --- recipes/linux/linux-omap_2.6.36rc.bb | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes/linux/linux-omap_2.6.36rc.bb (limited to 'recipes/linux/linux-omap_2.6.36rc.bb') diff --git a/recipes/linux/linux-omap_2.6.36rc.bb b/recipes/linux/linux-omap_2.6.36rc.bb new file mode 100644 index 0000000000..99d0eaaade --- /dev/null +++ b/recipes/linux/linux-omap_2.6.36rc.bb @@ -0,0 +1,34 @@ +require multi-kernel.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "beagleboard" + +DEFAULT_PREFERENCE = "-1" + +# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc +PV = "2.6.35+2.6.36-rc7" +MACHINE_KERNEL_PR_append = "c+gitr${SRCREV}" +SRCREV = "99cf6302ebc2dd100dcbfd16e98bf57247036b6b" + +FILESPATHPKG_prepend = "linux-omap-2.6.36rc:" + +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://0001-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch \ + file://0002-modedb.c-add-proper-720p60-mode.patch \ + file://0003-ARM-OMAP-fix-USB-initialization-for-beagleboard-xM.patch \ + file://0004-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch \ + file://0005-mmc-don-t-display-single-block-read-console-messages.patch \ + file://0006-MTD-silence-ecc-errors-on-mtdblock0.patch \ + file://0007-OMAP-DSS2-OMAPFB-use-phys_to_virt-for-RAM-mappings.patch \ +" + +SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \ +" + +S = "${WORKDIR}/git" + -- cgit 1.2.3-korg