diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-09-21 08:56:20 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-09-21 08:56:20 +0000 |
commit | 5d5ae855a1773a3bd76f6126d4ce01daf4084709 (patch) | |
tree | a189c5b2b73ac8f0161075ff01d10cc38d261471 /packages/linux/linux-openzaurus_2.6.18.bb | |
parent | 9e895b8330f2b9ddbdabd20e45cb5bf830cb95ce (diff) |
linux-oz-2.6.18: Fix locomo patch on collie, update collie defconfig so it builds and fits the device, update pxafb_changeres patch
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.18.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.18.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.18.bb b/packages/linux/linux-openzaurus_2.6.18.bb index b53e13eec5..d4b4903e0c 100644 --- a/packages/linux/linux-openzaurus_2.6.18.bb +++ b/packages/linux/linux-openzaurus_2.6.18.bb @@ -1,6 +1,6 @@ require linux-openzaurus.inc -PR = "r1" +PR = "r2" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -31,8 +31,8 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ ${DOSRC}/kexec-arm-r3.patch;patch=1 \ ${RPSRC}/locomo_kbd_tweak-r1.patch;patch=1 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ - ${RPSRC}/pxafb_changeres-r1.patch;patch=1 \ - ${RPSRC}/poodle_audio-r4.patch;patch=1 \ + ${RPSRC}/pxafb_changeres-r2.patch;patch=1 \ + ${RPSRC}/poodle_audio-r5.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r2.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ file://hrw-pcmcia-ids-r4.patch;patch=1 \ @@ -64,8 +64,6 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ # Disabled until I find the reason this gives issues with cdc_subset # ${RPSRC}/usb_rndis_tweaks-r0.patch;patch=1 \ -# ${RPSRC}/../pxa27x_overlay-r0.patch;patch=1 \ - # Is anything out of this still needed? Parts were commited to mainline by rmk (drivers/mfd/) # (Pavel Machek's git tree has updated versions of this?) # ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1 |