summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omapzoom_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-03 15:32:35 +0100
committerKoen Kooi <koen@openembedded.org>2009-03-03 15:32:35 +0100
commitb5d9e48a83ebf0150eec850367758da98c2692ed (patch)
tree0aa169f32456b81c67746882f80f4dbbffd85e2b /packages/linux/linux-omapzoom_git.bb
parente212730995a79893b77f977a98358200cbc304c9 (diff)
omapzoom: initial support for the omapzoom1 platform (aka ldp3430)
Diffstat (limited to 'packages/linux/linux-omapzoom_git.bb')
-rw-r--r--packages/linux/linux-omapzoom_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/linux/linux-omapzoom_git.bb b/packages/linux/linux-omapzoom_git.bb
new file mode 100644
index 0000000000..60d4e8e062
--- /dev/null
+++ b/packages/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"
+
+
+