aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-zoomsync_2.6.32.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-08 12:48:52 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-08 12:48:52 +0100
commit78ddfea284e0e2e9ef3774c69ff7ca2fcd5a2d17 (patch)
tree111ae92a66fd473b25caec5933b96bfdeace9335 /recipes/linux/linux-omap-zoomsync_2.6.32.bb
parent3a9b352acba24c78b562d8dc6527b774cbb86041 (diff)
downloadopenembedded-78ddfea284e0e2e9ef3774c69ff7ca2fcd5a2d17.tar.gz
linux-omap-zoomsync: add 2.6.32 recipe, fix dss-doc packaging
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.32.bb')
-rw-r--r--recipes/linux/linux-omap-zoomsync_2.6.32.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.32.bb b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
new file mode 100644
index 0000000000..f9aff13258
--- /dev/null
+++ b/recipes/linux/linux-omap-zoomsync_2.6.32.bb
@@ -0,0 +1,34 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for OMAP processors"
+KERNEL_IMAGETYPE = "uImage"
+
+FILESPATHPKG_prepend = "${PN}-2.6.32:"
+
+COMPATIBLE_MACHINE = "omapzoom2"
+
+DEFAULT_PREFERENCE = "-1"
+#DEFAULT_PREFERENCE_omapzoom2 = "1"
+
+LOBRANCH?= "master"
+
+SRCREV = "69eb2b26cc8b4d0a0db963a100c02d1acbfd90eb"
+OEV = "oe1"
+PE = "1"
+
+# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
+PV = "2.6.31+2.6.32-rc7-${OEV}"
+PR_append = "+gitr${SRCREV}"
+
+SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=${LOBRANCH};protocol=http \
+ file://defconfig"
+
+SRC_URI_append = " \
+"
+
+S = "${WORKDIR}/git"
+
+PACKAGES =+ "omap-dss-doc"
+FILES_omap-dss-doc = "/boot/DSS"
+
+