summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-02 15:01:49 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-02 15:01:49 +0000
commit5f02bb8379f520c15484bc01ce672047e37bf9c7 (patch)
treec7455ad5ad6e18e3eef8a842c63072a40ec83767
parentbeca813b0d27412e841f13e7c08cb0519941b87c (diff)
downloadpoky-5f02bb8379f520c15484bc01ce672047e37bf9c7.tar.gz
linux recipes: switch to KERNELORG_MIRROR
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3063 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-cmx270-rp_2.6.17.bb2
-rw-r--r--meta/packages/linux/linux-cmx270_2.6.16.bb4
-rw-r--r--meta/packages/linux/linux-cmx270_2.6.17.bb4
-rw-r--r--meta/packages/linux/linux-mx31_2.6.19.2.bb2
-rw-r--r--meta/packages/linux/linux-rp_2.6.17.bb10
-rw-r--r--meta/packages/linux/linux-rp_2.6.20.bb16
-rw-r--r--meta/packages/linux/linux-rp_2.6.21.bb14
-rw-r--r--meta/packages/linux/linux-rp_2.6.22.bb14
-rw-r--r--meta/packages/linux/linux-rp_2.6.23+2.6.24-rc1.bb16
-rw-r--r--meta/packages/linux/linux-rp_2.6.23.bb14
-rw-r--r--meta/packages/linux/linux-zylonite_2.6.14.bb2
11 files changed, 49 insertions, 49 deletions
diff --git a/meta/packages/linux/linux-cmx270-rp_2.6.17.bb b/meta/packages/linux/linux-cmx270-rp_2.6.17.bb
index 138702e4d2..8c601fc573 100644
--- a/meta/packages/linux/linux-cmx270-rp_2.6.17.bb
+++ b/meta/packages/linux/linux-cmx270-rp_2.6.17.bb
@@ -5,7 +5,7 @@ PR = "r1"
5 5
6DEFAULT_PREFERENCE = "-1" 6DEFAULT_PREFERENCE = "-1"
7 7
8SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ 8SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
9 http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_ide-r1.patch;patch=1 \ 9 http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_ide-r1.patch;patch=1 \
10 http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_mtd-r2.patch;patch=1 \ 10 http://www.rpsys.net/openzaurus/patches/archive/cmx270/cm_x2xx_mtd-r2.patch;patch=1 \
11 http://www.rpsys.net/openzaurus/patches/archive/cmx270/it8152_pci-r1.patch;patch=1 \ 11 http://www.rpsys.net/openzaurus/patches/archive/cmx270/it8152_pci-r1.patch;patch=1 \
diff --git a/meta/packages/linux/linux-cmx270_2.6.16.bb b/meta/packages/linux/linux-cmx270_2.6.16.bb
index 1101c06e87..3e0e8b5024 100644
--- a/meta/packages/linux/linux-cmx270_2.6.16.bb
+++ b/meta/packages/linux/linux-cmx270_2.6.16.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Linux kernel CM-X270"
3LICENSE = "GPL" 3LICENSE = "GPL"
4PR = "r1" 4PR = "r1"
5 5
6SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ 6SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
7 file://diff-2.6.16-cm-x270;patch=1 \ 7 file://diff-2.6.16-cm-x270;patch=1 \
8 file://CL_FlashDrv" 8 file://CL_FlashDrv"
9 9
@@ -31,4 +31,4 @@ do_deploy[dirs] = "${S}"
31 31
32addtask deploy before do_build after do_compile 32addtask deploy before do_build after do_compile
33 33
34KERNEL_RELEASE = "2.6.16" \ No newline at end of file 34KERNEL_RELEASE = "2.6.16"
diff --git a/meta/packages/linux/linux-cmx270_2.6.17.bb b/meta/packages/linux/linux-cmx270_2.6.17.bb
index 61ea78f0bd..bb65518e7a 100644
--- a/meta/packages/linux/linux-cmx270_2.6.17.bb
+++ b/meta/packages/linux/linux-cmx270_2.6.17.bb
@@ -5,7 +5,7 @@ PR = "r7"
5 5
6DEFAULT_PREFERENCE = "-1" 6DEFAULT_PREFERENCE = "-1"
7 7
8SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ 8SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
9 http://raph.people.8d.com/kernels/8d-cmx2xx-2.6.17.1-june21.diff;patch=1 \ 9 http://raph.people.8d.com/kernels/8d-cmx2xx-2.6.17.1-june21.diff;patch=1 \
10 http://raph.people.8d.com/kernels/hardcode-archID.diff;patch=1 \ 10 http://raph.people.8d.com/kernels/hardcode-archID.diff;patch=1 \
11 file://cm_x2xx_mbx.patch;patch=1 \ 11 file://cm_x2xx_mbx.patch;patch=1 \
@@ -39,4 +39,4 @@ do_deploy[dirs] = "${S}"
39 39
40addtask deploy before do_build after do_compile 40addtask deploy before do_build after do_compile
41 41
42KERNEL_RELEASE = "2.6.17" \ No newline at end of file 42KERNEL_RELEASE = "2.6.17"
diff --git a/meta/packages/linux/linux-mx31_2.6.19.2.bb b/meta/packages/linux/linux-mx31_2.6.19.2.bb
index e1074567ac..741afb24f3 100644
--- a/meta/packages/linux/linux-mx31_2.6.19.2.bb
+++ b/meta/packages/linux/linux-mx31_2.6.19.2.bb
@@ -5,7 +5,7 @@ PR = "r1"
5FILESDIR = "${WORKDIR}" 5FILESDIR = "${WORKDIR}"
6 6
7SRC_URI = " \ 7SRC_URI = " \
8 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.2.tar.bz2 \ 8 ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.19.2.tar.bz2 \
9 file://linux-2.6.19.2-mx3lite.patch.gz \ 9 file://linux-2.6.19.2-mx3lite.patch.gz \
10 file://linux-2.6.19.2-mx3lite.patch;patch=1 \ 10 file://linux-2.6.19.2-mx3lite.patch;patch=1 \
11 file://defconfig-mx31litekit \ 11 file://defconfig-mx31litekit \
diff --git a/meta/packages/linux/linux-rp_2.6.17.bb b/meta/packages/linux/linux-rp_2.6.17.bb
index 329cd01217..5bc97f3e53 100644
--- a/meta/packages/linux/linux-rp_2.6.17.bb
+++ b/meta/packages/linux/linux-rp_2.6.17.bb
@@ -4,11 +4,11 @@ PR = "r37"
4 4
5# Handy URLs 5# Handy URLs
6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ 6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
7# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2 \ 7# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.14.tar.bz2 \
8# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2;patch=1 \ 8# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2;patch=1 \
9# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.15-rc2-git1.bz2;patch=1 \ 9# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.15-rc2-git1.bz2;patch=1 \
10# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \ 10# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \
11# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \ 11# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \
12 12
13# Patches submitted upstream are towards top of this list 13# Patches submitted upstream are towards top of this list
14# Hacks should clearly named and at the bottom 14# Hacks should clearly named and at the bottom
diff --git a/meta/packages/linux/linux-rp_2.6.20.bb b/meta/packages/linux/linux-rp_2.6.20.bb
index 069e6a0f4c..e92aed6baa 100644
--- a/meta/packages/linux/linux-rp_2.6.20.bb
+++ b/meta/packages/linux/linux-rp_2.6.20.bb
@@ -4,17 +4,17 @@ PR = "r20"
4 4
5# Handy URLs 5# Handy URLs
6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
7# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 7# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
8# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2 8# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
9# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1 9# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
10# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1 10# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
11# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 11# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
12# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 12# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
13 13
14# Patches submitted upstream are towards top of this list 14# Patches submitted upstream are towards top of this list
15# Hacks should clearly named and at the bottom 15# Hacks should clearly named and at the bottom
16SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ 16SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \
17 http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.20.6.bz2;patch=1 \ 17 ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/patch-2.6.20.6.bz2;patch=1 \
18 http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.3.patch;patch=1;status=merged \ 18 http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.3.patch;patch=1;status=merged \
19 ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ 19 ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \
20 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ 20 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \
diff --git a/meta/packages/linux/linux-rp_2.6.21.bb b/meta/packages/linux/linux-rp_2.6.21.bb
index 795e727ed3..77511d622f 100644
--- a/meta/packages/linux/linux-rp_2.6.21.bb
+++ b/meta/packages/linux/linux-rp_2.6.21.bb
@@ -6,16 +6,16 @@ DEFAULT_PREFERENCE_collie = "1"
6 6
7# Handy URLs 7# Handy URLs
8# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 8# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
9# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 9# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
10# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2 10# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
11# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1 11# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
12# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1 12# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
13# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 13# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
14# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 14# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
15 15
16# Patches submitted upstream are towards top of this list 16# Patches submitted upstream are towards top of this list
17# Hacks should clearly named and at the bottom 17# Hacks should clearly named and at the bottom
18SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \ 18SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
19 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ 19 ${RPSRC}/lzo_kernel-r0.patch;patch=1 \
20 ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \ 20 ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \
21 ${RPSRC}/lzo_crypto-r1.patch;patch=1 \ 21 ${RPSRC}/lzo_crypto-r1.patch;patch=1 \
diff --git a/meta/packages/linux/linux-rp_2.6.22.bb b/meta/packages/linux/linux-rp_2.6.22.bb
index 45728f7ddd..ba89a07266 100644
--- a/meta/packages/linux/linux-rp_2.6.22.bb
+++ b/meta/packages/linux/linux-rp_2.6.22.bb
@@ -4,16 +4,16 @@ PR = "r11"
4 4
5# Handy URLs 5# Handy URLs
6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
7# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 7# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
8# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2 8# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
9# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1 9# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
10# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1 10# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
11# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 11# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
12# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 12# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
13 13
14# Patches submitted upstream are towards top of this list 14# Patches submitted upstream are towards top of this list
15# Hacks should clearly named and at the bottom 15# Hacks should clearly named and at the bottom
16SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ 16SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
17 ${RPSRC}/lzo_kernel-r3.patch;patch=1 \ 17 ${RPSRC}/lzo_kernel-r3.patch;patch=1 \
18 ${RPSRC}/lzo_jffs2-r2.patch;patch=1 \ 18 ${RPSRC}/lzo_jffs2-r2.patch;patch=1 \
19 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ 19 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
diff --git a/meta/packages/linux/linux-rp_2.6.23+2.6.24-rc1.bb b/meta/packages/linux/linux-rp_2.6.23+2.6.24-rc1.bb
index bcf85d6df0..0e5ebf850b 100644
--- a/meta/packages/linux/linux-rp_2.6.23+2.6.24-rc1.bb
+++ b/meta/packages/linux/linux-rp_2.6.23+2.6.24-rc1.bb
@@ -6,17 +6,17 @@ DEFAULT_PREFERENCE = "-1"
6 6
7# Handy URLs 7# Handy URLs
8# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 8# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
9# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 9# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
10# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2 10# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
11# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1 11# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
12# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1 12# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
13# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 13# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
14# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 14# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
15 15
16# Patches submitted upstream are towards top of this list 16# Patches submitted upstream are towards top of this list
17# Hacks should clearly named and at the bottom 17# Hacks should clearly named and at the bottom
18SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ 18SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
19 http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.24-rc1.bz2;patch=1 \ 19 ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.24-rc1.bz2;patch=1 \
20 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ 20 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
21 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ 21 ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \
22 file://hx2750_base-r31.patch;patch=1 \ 22 file://hx2750_base-r31.patch;patch=1 \
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb
index 840400381e..96ad2676d7 100644
--- a/meta/packages/linux/linux-rp_2.6.23.bb
+++ b/meta/packages/linux/linux-rp_2.6.23.bb
@@ -7,16 +7,16 @@ DEFAULT_PREFERENCE_qemux86 = "-1"
7 7
8# Handy URLs 8# Handy URLs
9# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 9# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
10# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 10# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
11# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2 11# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
12# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1 12# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
13# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1 13# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
14# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 14# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
15# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 15# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
16 16
17# Patches submitted upstream are towards top of this list 17# Patches submitted upstream are towards top of this list
18# Hacks should clearly named and at the bottom 18# Hacks should clearly named and at the bottom
19SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ 19SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
20 ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \ 20 ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \
21 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \ 21 ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
22 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \ 22 ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \
diff --git a/meta/packages/linux/linux-zylonite_2.6.14.bb b/meta/packages/linux/linux-zylonite_2.6.14.bb
index ebb9036aeb..5a157cde02 100644
--- a/meta/packages/linux/linux-zylonite_2.6.14.bb
+++ b/meta/packages/linux/linux-zylonite_2.6.14.bb
@@ -6,7 +6,7 @@ FILESDIR = "${WORKDIR}"
6 6
7LOCALPATCH = "file://linux-2.6.14-pxa320-patches/generic_kernel_patch" 7LOCALPATCH = "file://linux-2.6.14-pxa320-patches/generic_kernel_patch"
8 8
9SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \ 9SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \
10 http://downloads.linux.hp.com/public/ipaq/monahans-ldk/linux-2.6.14-pxa320-patches-gpl.tgz \ 10 http://downloads.linux.hp.com/public/ipaq/monahans-ldk/linux-2.6.14-pxa320-patches-gpl.tgz \
11 ${LOCALPATCH}/patch-2.6.14.7;patch=1 \ 11 ${LOCALPATCH}/patch-2.6.14.7;patch=1 \
12 ${LOCALPATCH}/3168-1-arm-signal-delivery-and-masking.diff;patch=1 \ 12 ${LOCALPATCH}/3168-1-arm-signal-delivery-and-masking.diff;patch=1 \