aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-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