diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-23 14:49:01 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-23 14:49:01 +0000 |
commit | 991494ea4d101d2b9be799c187f36f1484688975 (patch) | |
tree | 077f13fb4c266e6a1403ecd07b12517f223c2b09 /packages/linux/linux-omap1_2.6.18-omap1.bb | |
parent | 1a3f4f957bd35a530726ce962d79056ade97f513 (diff) |
linux-omap1: added 2.6.18-omap1 fetched via HTTP
Diffstat (limited to 'packages/linux/linux-omap1_2.6.18-omap1.bb')
-rw-r--r-- | packages/linux/linux-omap1_2.6.18-omap1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-omap1_2.6.18-omap1.bb b/packages/linux/linux-omap1_2.6.18-omap1.bb new file mode 100644 index 0000000000..e2ecfdae15 --- /dev/null +++ b/packages/linux/linux-omap1_2.6.18-omap1.bb @@ -0,0 +1,10 @@ +require linux-omap1.inc + +SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ + http://www.muru.com/linux/omap/patches/patch-2.6.18-omap1.bz2;patch=1 \ + file://another-ide-cs-ids.patch;patch=1 \ + file://defconfig" + +S = "${WORKDIR}/linux-2.6.18" + +KERNEL_RELEASE = "${PV}" |