summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-28 15:15:56 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-28 15:15:56 +0000
commit0c25de728367dcf19d0d44d27a0f508430d08cc6 (patch)
treebc3f6a6a335f4de6c1e5e1005c80766cc0979417
parentadb36b3e02b086aceecf416aeed6c5cf8d839895 (diff)
downloadpoky-0c25de728367dcf19d0d44d27a0f508430d08cc6.tar.gz
linux-rp: Add xscale_cache_workaround patch which removes segfaults seen with glibc-2.[45], jffs2 and the kernel zlib patch under EABI until a better solution presents itself. See discussion on linux-arm-kernel.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1102 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp_2.6.17.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.17.bb b/meta/packages/linux/linux-rp_2.6.17.bb
index 4ee46a5ec9..079255aa1d 100644
--- a/meta/packages/linux/linux-rp_2.6.17.bb
+++ b/meta/packages/linux/linux-rp_2.6.17.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r33" 3PR = "r34"
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 \
@@ -48,6 +48,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
48 ${RPSRC}/pxafb_changeres-r0.patch;patch=1 \ 48 ${RPSRC}/pxafb_changeres-r0.patch;patch=1 \
49 ${RPSRC}/poodle_audio-r6.patch;patch=1 \ 49 ${RPSRC}/poodle_audio-r6.patch;patch=1 \
50 ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \ 50 ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \
51 ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \
51 file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ 52 file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
52 file://hrw-pcmcia-ids-r5.patch;patch=1 \ 53 file://hrw-pcmcia-ids-r5.patch;patch=1 \
53 ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \ 54 ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \