aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-02-23 09:55:37 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:27:29 +0100
commitfc9a3625e1195c4ee0a2f2d6ad3c4bac833bfb24 (patch)
treeb009b1dbab271a09292a769d4211d73742ff72c7
parent08ab07969febc745dff0cecccb17c028aed6c4bb (diff)
downloadopenembedded-fc9a3625e1195c4ee0a2f2d6ad3c4bac833bfb24.tar.gz
linux-mtx-[12]: fixed kernel download path
-rw-r--r--recipes/linux/linux-mtx-1_2.4.27.bb4
-rw-r--r--recipes/linux/linux-mtx-2_2.4.27.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/linux/linux-mtx-1_2.4.27.bb b/recipes/linux/linux-mtx-1_2.4.27.bb
index 952edb0140..a5cb8b481f 100644
--- a/recipes/linux/linux-mtx-1_2.4.27.bb
+++ b/recipes/linux/linux-mtx-1_2.4.27.bb
@@ -8,7 +8,7 @@ inherit module-base kernel
PROVIDES = "virtual/kernel"
RDEPENDS = "mtd-utils"
-SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_27 \
+SRC_URI = "http://www.linux-mips.org/pub/linux/mips/kernel/v2.4/linux-2.4.27.tar.gz \
file://01-mtd-2004-01-27.diff;patch=1 \
file://02-mtd-mtx-1-map.diff;patch=1 \
file://03-mtd-erase-compiler-bug.diff;patch=1 \
@@ -44,7 +44,7 @@ SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_
file://49-bash4-configure.patch;patch=1 \
file://defconfig-mtx-1"
-S = "${WORKDIR}/linux"
+S = "${WORKDIR}/linux-2.4.27"
inherit kernel
diff --git a/recipes/linux/linux-mtx-2_2.4.27.bb b/recipes/linux/linux-mtx-2_2.4.27.bb
index 3379d548a1..c473723dc7 100644
--- a/recipes/linux/linux-mtx-2_2.4.27.bb
+++ b/recipes/linux/linux-mtx-2_2.4.27.bb
@@ -8,7 +8,7 @@ inherit module-base kernel
PROVIDES = "virtual/kernel"
RDEPENDS = "mtd-utils"
-SRC_URI += "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_27 \
+SRC_URI = "http://www.linux-mips.org/pub/linux/mips/kernel/v2.4/linux-2.4.27.tar.gz \
file://00-mtx-2.diff;patch=1 \
file://01-mtd-mtx-2.diff;patch=1 \
file://03-mtd-erase-compiler-bug.diff;patch=1 \
@@ -48,7 +48,7 @@ SRC_URI += "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-mtx-2-${PV}"
-S = "${WORKDIR}/linux"
+S = "${WORKDIR}/linux-2.4.27"
inherit kernel