From: Richard Purdie Date: Fri, 28 Dec 2007 01:27:35 +0000 (+0000) Subject: linux-rp-2.6.23: Fix suspend/resume problems for pxa25x devices. Fix poodle LCD resum... X-Git-Tag: Release-2010-05/1~8071 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d145b5e9643aca314a56f551d8cd369ad8c3f9dd;p=openembedded.git 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 --- 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 \