summaryrefslogtreecommitdiff
path: root/packages/linux/linux-omap1_2.6.19-omap1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-29 18:27:31 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-29 18:27:31 +0000
commit89dde6ff0792458e5fc6af9644a9ddb9c0c55dce (patch)
tree97828115fcf77d58e813daaf94c4b9587d359d36 /packages/linux/linux-omap1_2.6.19-omap1.bb
parent94f738783efcc5c04fda64fb7f44d281a38c1b36 (diff)
linux-omap1: added 2.6.19-omap1 with DEF_PREF = -1 as it was not yet tested in OE
Diffstat (limited to 'packages/linux/linux-omap1_2.6.19-omap1.bb')
-rw-r--r--packages/linux/linux-omap1_2.6.19-omap1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/linux/linux-omap1_2.6.19-omap1.bb b/packages/linux/linux-omap1_2.6.19-omap1.bb
new file mode 100644
index 0000000000..ca43d567c0
--- /dev/null
+++ b/packages/linux/linux-omap1_2.6.19-omap1.bb
@@ -0,0 +1,13 @@
+require linux-omap1.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
+ http://www.muru.com/linux/omap/patches/patch-2.6.19-omap1.bz2;patch=1 \
+ file://another-ide-cs-ids.patch;patch=1 \
+ file://defconfig \
+ file://defconfig.eabi"
+
+S = "${WORKDIR}/linux-2.6.19"
+
+KERNEL_RELEASE = "${PV}"