summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux/linux-rp_2.6.23.bb
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 /meta/packages/linux/linux-rp_2.6.23.bb
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
Diffstat (limited to 'meta/packages/linux/linux-rp_2.6.23.bb')
-rw-r--r--meta/packages/linux/linux-rp_2.6.23.bb14
1 files changed, 7 insertions, 7 deletions
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 \