diff options
Diffstat (limited to 'recipes/linux/linux-omap-zoomsync_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux-omap-zoomsync_2.6.31.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-zoomsync_2.6.31.bb b/recipes/linux/linux-omap-zoomsync_2.6.31.bb new file mode 100644 index 0000000000..63f9462633 --- /dev/null +++ b/recipes/linux/linux-omap-zoomsync_2.6.31.bb @@ -0,0 +1,24 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "omapzoom2" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_omapzoom2 = "1" + +SRCREV = "3823238fe2e56f60b9c6c085d3f1cfa720ae89b8" + +# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc +PV = "2.6.30+2.6.31-rc7" +PR_append = "+gitr${SRCREV}" + +SRC_URI = "git://dev.omapzoom.org/pub/scm/integration/kernel-omap3.git;branch=lo-sync-v2.6.31-rc7-7a8d53a0;protocol=git \ + file://defconfig" + +SRC_URI_append = " \ +" + +S = "${WORKDIR}/git" + |