diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-28 01:27:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-28 01:27:35 +0000 |
commit | d145b5e9643aca314a56f551d8cd369ad8c3f9dd (patch) | |
tree | 11cde87ccdf47bec1398a0f6631cba69d9daf1a1 /packages | |
parent | 32e96f5054187768c116c9b6b4336cfb3cb27826 (diff) |
linux-rp-2.6.23: Fix suspend/resume problems for pxa25x devices. Fix poodle LCD resume issue with a temp hack until a proper patch can be created. Make 2.6.23 the default for poodle
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index ba5f712bb8..8e38b17f30 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,10 +1,9 @@ require linux-rp.inc -PR = "r13" +PR = "r14" DEFAULT_PREFERENCE_qemuarm = "-1" DEFAULT_PREFERENCE_qemux86 = "-1" -DEFAULT_PREFERENCE_poodle = "-99" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -41,6 +40,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/w100_extmem-r1.patch;patch=1 \ ${RPSRC}/spitzkbd_fix-r0.patch;patch=1 \ ${RPSRC}/export_atags-r0.patch;patch=1 \ + ${RPSRC}/pxa25x_suspend_fixes-r0.patch;patch=1 \ + ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ file://w100fb-unused-var.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ |