diff options
Diffstat (limited to 'recipes/linux/linux-omapzoom_git.bb')
-rw-r--r-- | recipes/linux/linux-omapzoom_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/linux/linux-omapzoom_git.bb b/recipes/linux/linux-omapzoom_git.bb new file mode 100644 index 0000000000..60d4e8e062 --- /dev/null +++ b/recipes/linux/linux-omapzoom_git.bb @@ -0,0 +1,23 @@ +require linux.inc + +DESCRIPTION = "Linux kernel for OMAP processors" +KERNEL_IMAGETYPE = "uImage" + +COMPATIBLE_MACHINE = "omapzoom" + +SRCREV = "26d16dad66b1d3955d8958938f9de5f2e0fce7fb" + +#PV = "2.6.27+2.6.28-rc8+${PR}+gitr${SRCREV}" +PV = "2.6.27.10-${PR}+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "git://git.omapzoom.org/repo/omapkernel.git;protocol=git \ + file://defconfig" + +SRC_URI_append = " \ +" + +S = "${WORKDIR}/git" + + + |