summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-08-29 13:07:28 +0000
committerRod Whitby <rod@whitby.id.au>2007-08-29 13:07:28 +0000
commit2d539e8f1c52a81e7fbaaf9c5f1282aed158b273 (patch)
treeecc88ba8a8a8634adaf9fec6fb64ce0ac0b5abce /packages/linux
parente842d3ccb51cc5a7feb0f2d573ce6f22330b4f46 (diff)
parent0f400c77e9316d594590885783ace3cf58a6a9cd (diff)
merge of '288504c0e005ddaf483f67c32ceb9648a94cc671'
and '3388a823662072c321fa2858d30420bd4ce65421'
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-gta01.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-gta01.inc b/packages/linux/linux-gta01.inc
index 11729553ab..4ee117ea90 100644
--- a/packages/linux/linux-gta01.inc
+++ b/packages/linux/linux-gta01.inc
@@ -12,7 +12,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-gta01"
##############################################################
# source and patches
#
-SRC_URI = "http://ftp.de.kernel.org/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \
file://defconfig-${VANILLA_VERSION}-${MACHINE} \
file://logo_linux_clut224.ppm"
S = "${WORKDIR}/linux-${VANILLA_VERSION}"
@@ -51,7 +51,7 @@ module_autoload_s3cmci = "s3cmci"
do_prepatch() {
mv ${WORKDIR}/patches ${S}/patches && cd ${S} && quilt push -av
- mv patches patches.old
+ mv patches patches.openmoko
mv .pc .pc.old
}