summaryrefslogtreecommitdiff
path: root/packages/linux/linux-h6300-omap1_2.6.16.16.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-21 20:20:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-21 20:20:56 +0000
commit94a4513ecc9f30de777ae048ab2838fb15338e5d (patch)
treec01b1504f1804c5012bc4234d2148aa34e82367d /packages/linux/linux-h6300-omap1_2.6.16.16.bb
parent7b58691d3939afaeb888705a142023befcced6e8 (diff)
parentee1a8f5aa9b1cb55e5430d3894ca60106aea57c7 (diff)
merge of 213055f44fbb065f13acbde0cf78285357fa5b17
and 48bf49548c49f23c0829416516d9a654545ea89e
Diffstat (limited to 'packages/linux/linux-h6300-omap1_2.6.16.16.bb')
-rw-r--r--packages/linux/linux-h6300-omap1_2.6.16.16.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/linux-h6300-omap1_2.6.16.16.bb b/packages/linux/linux-h6300-omap1_2.6.16.16.bb
new file mode 100644
index 0000000000..e270cd87a2
--- /dev/null
+++ b/packages/linux/linux-h6300-omap1_2.6.16.16.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Linux kernel for HP iPAQ h6300 series OMAP1510 based phones."
+MAINTAINER = "Mika Laitio <lamikr@cc.jyu.fi>"
+SECTION = "kernel"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
+ http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;patch=1 \
+ file://linux-2.6.16.16.patch;patch=1 \
+ file://linux-h6300-omap2-2.6.16.16.patch;patch=1 \
+ file://defconfig"
+
+S = "${WORKDIR}/linux-2.6.16"
+
+inherit kernel
+
+do_configure_prepend() {
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+ oe_runmake oldconfig
+}