[oe-commits] org.oe.dev Revision: 3806d8894babdfee7e759b27b83e75430c119343

rpurdie commit openembedded-commits at lists.openembedded.org
Fri Dec 28 10:22:15 UTC 2007


Revision: 3806d8894babdfee7e759b27b83e75430c119343
Ancestor: bcd3521ff0c7d83136f0c5c3ffc56756f1dba948
Author: rpurdie at openembedded.org
Date: 2007-12-28T01:27:35
Branch: org.openembedded.dev

Modified files:
        packages/linux/linux-rp_2.6.23.bb

	ChangeLog:

	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. 
	
This backport skips:

Make 2.6.23 the default for poodle

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: a7deb3e4d86982224a80669182b49fdde0f93bb6
ViewMTN: http://monotone.openembedded.org/revision/info/a7deb3e4d86982224a80669182b49fdde0f93bb6
Files:
1
packages/linux/linux-rp_2.6.23.bb
Diffs:

#
# mt diff -r9b7076a8bb4e8e33d1b94bea9984394fa8b349b7 -ra7deb3e4d86982224a80669182b49fdde0f93bb6
#
# 
# 
# patch "packages/linux/linux-rp_2.6.23.bb"
#  from [cd9a0399f2401ae21ff1d9fd0ce936b54fc165c9]
#    to [8e5cdfd33bb5d3abc7bec823cdf8175436ed4728]
# 
============================================================
--- packages/linux/linux-rp_2.6.23.bb	cd9a0399f2401ae21ff1d9fd0ce936b54fc165c9
+++ packages/linux/linux-rp_2.6.23.bb	8e5cdfd33bb5d3abc7bec823cdf8175436ed4728
@@ -1,6 +1,6 @@ require linux-rp.inc
 require linux-rp.inc
 
-PR = "r12"
+PR = "r14"
 
 DEFAULT_PREFERENCE_qemuarm = "-1"
 DEFAULT_PREFERENCE_qemux86 = "-1"
@@ -8,16 +8,16 @@ DEFAULT_PREFERENCE_poodle = "-99"
 
 # Handy URLs
 # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
-# http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
-# http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
-# http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
-# http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
-# http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
-# http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
+# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2
+# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/linux-2.6.20-rc4.tar.bz2
+# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/testing/patch-2.6.18-rc6.bz2;patch=1
+# ${KERNELORG_MIRROR}pub/linux/kernel/v2.6/snapshots/patch-2.6.18-rc2-git1.bz2;patch=1
+# ${KERNELORG_MIRROR}pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1
+# ${KERNELORG_MIRROR}pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1
 
 # Patches submitted upstream are towards top of this list 
 # Hacks should clearly named and at the bottom
-SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
            ${RPSRC}/lzo_jffs2-r3.patch;patch=1 \
            ${RPSRC}/lzo_crypto-r2.patch;patch=1 \
            ${RPSRC}/lzo_jffs2_lzomode-r1.patch;patch=1 \
@@ -39,6 +39,10 @@ SRC_URI = "http://www.kernel.org/pub/lin
            ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \
            ${RPSRC}/w100_extaccel-r1.patch;patch=1 \
            ${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 \






More information about the Openembedded-commits mailing list