summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2005-07-21 20:19:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-21 20:19:17 +0000
commit0f1d1982b7905f3dae21837a7a2ecf0448991d72 (patch)
tree490c44cf0cf5fb0a73eb4b060d2b1b405c13c4ce /packages/linux
parent5c8f0ac921d317857f53af063b6158fe450e3977 (diff)
parente40c5b40e67325fd054d160367f0d52c4bfc91b9 (diff)
merge of 92eb0d6f08f5ac3bdb8b69280bd69145bd2b42ab
and f4954b87346baa782592647d49aced9350906ce0
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-omap1_2.6.12-rc2.bb4
-rw-r--r--packages/linux/linux-openzaurus_2.6.12-mm1.bb2
-rw-r--r--packages/linux/linux-wrt_2.4.30.bb7
3 files changed, 6 insertions, 7 deletions
diff --git a/packages/linux/linux-omap1_2.6.12-rc2.bb b/packages/linux/linux-omap1_2.6.12-rc2.bb
index a4be0b995e..e3dc282017 100644
--- a/packages/linux/linux-omap1_2.6.12-rc2.bb
+++ b/packages/linux/linux-omap1_2.6.12-rc2.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
SECTION = "kernel"
DESCRIPTION = "Linux kernel for OMAP processors"
LICENSE = "GPL"
@@ -12,7 +12,7 @@ S = "${WORKDIR}/linux-2.6.12-rc2"
KERNEL_IMAGETYPE = "vmlinux"
KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
-KERNEL_CCSUFFIX = "-3.3.3"
+KERNEL_CCSUFFIX = "-3.3.4"
#DEPENDS = "uboot"
diff --git a/packages/linux/linux-openzaurus_2.6.12-mm1.bb b/packages/linux/linux-openzaurus_2.6.12-mm1.bb
index fe94202c9d..fc519ecfbc 100644
--- a/packages/linux/linux-openzaurus_2.6.12-mm1.bb
+++ b/packages/linux/linux-openzaurus_2.6.12-mm1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
#KV = "${@bb.data.getVar('PV',d,True).split('-')[0]}"
KV = "${@bb.data.getVar('PV',d,True)}"
-PR = "r5"
+PR = "r4"
DOSRC = "http://www.do13.in-berlin.de/openzaurus/patches"
RPSRC = "http://www.rpsys.net/openzaurus/patches"
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb
index e17bfdfe6a..444fb5b7ea 100644
--- a/packages/linux/linux-wrt_2.4.30.bb
+++ b/packages/linux/linux-wrt_2.4.30.bb
@@ -1,15 +1,14 @@
SECTION = "kernel"
DESCRIPTION = "Linux kernel for the Linksys WRT54 devices"
HOMEPAGE = "http://openwrt.org"
+DEPENDS = "lzma-native"
LICENSE = "GPL"
PR = "r2"
-DEPENDS = "lzma-native"
-
SRC_URI = "http://www.fi.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.tar.bz2 \
cvs://anonymous@openwrt.org/openwrt;module=openwrt/package/linux/kernel-source;tag=TESTED \
- http://downloads.openwrt.org/kernel-binary-wl-0.2.tar.gz \
- http://downloads.openwrt.org/kernel-source-et-0.6.tar.gz \
+ http://downloads.openwrt.org/sources/kernel-binary-wl-0.2.tar.gz \
+ http://downloads.openwrt.org/sources/kernel-source-et-0.6.tar.gz \
file://000-linux-mips-2_4_30.patch;patch=1 \
file://001-Makefile;patch=1 \
file://002-Rules_make;patch=1 \