aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap_2.6.36rc.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-12 10:15:34 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-12 16:30:14 +0200
commitc51cc770389d6cc05555416b616fc90a6673c53e (patch)
tree95aebb89dcf7a070c18e279015893cbde97383e3 /recipes/linux/linux-omap_2.6.36rc.bb
parentaaeefe4ecc33c85db9f6e5db0374969ca6031828 (diff)
downloadopenembedded-c51cc770389d6cc05555416b616fc90a6673c53e.tar.gz
linux-omap: add 2.6.36rc7, only for beagleboard at the moment
Diffstat (limited to 'recipes/linux/linux-omap_2.6.36rc.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.36rc.bb34
1 files changed, 34 insertions, 0 deletions
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"
+