diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-12-28 15:36:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-12-28 15:36:37 +0000 |
commit | 97a30b2086ee589af19144d952e980503b178ce1 (patch) | |
tree | 338d4f650b21e6aeecaeb2d5817dfcf77e159898 /packages/linux/linux-rp_2.6.18.bb | |
parent | 457ff435ac6876fcf346010fd0df692277661525 (diff) |
linux-rp: Add xscale_cache_workaround patch to fix segfaults until we find a better solution
Diffstat (limited to 'packages/linux/linux-rp_2.6.18.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.18.bb b/packages/linux/linux-rp_2.6.18.bb index 097eaf8470..2248f88ae0 100644 --- a/packages/linux/linux-rp_2.6.18.bb +++ b/packages/linux/linux-rp_2.6.18.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r6" +PR = "r7" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -34,6 +34,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ ${RPSRC}/pxafb_changeres-r2.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \ ${RPSRC}/w100_extaccel-r0.patch;patch=1 \ + ${RPSRC}/xscale_cache_workaround-r0.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ file://hrw-pcmcia-ids-r5.patch;patch=1 \ ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \ |