summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus_2.6.16.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-02 12:10:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-02 12:10:03 +0000
commit98566e76bf86ab68481d5b55bee85c5c7400bfb0 (patch)
tree1c44254b2cbbb824020f571efb6cb7a44f095783 /packages/linux/linux-openzaurus_2.6.16.bb
parent94e281de68a2c4d919679c8a96dc7d38168cc70c (diff)
linux-oz-2.6: various updates to 2.6.16 and openzaurus.inc
* Update LED patches to math those merged into mainline * Update defconfigs to reflect IDE disk trigger changes * Update backlight patches to reflect those merged into mainline * Add poodle patches to fix MTD partition size and detect the correct amount of memory * Update to the collie frontlight driver to enable a backlight control on collie/poodle (and match backlight class changes) * Add a hacked in poodle touchscreen driver (confirmed as working) * Update Collie/Poodle defconfigs and openzaurus.inc to rotate the framebuffer console by default * Have openzaurus.inc generate a tgz in deploy/images containing the complete set of kernel modules (and change the deploy task to run before packaging) * Add the start of w100fb accelerated framebuffer operations (from Mardy)
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.16.bb')
-rw-r--r--packages/linux/linux-openzaurus_2.6.16.bb19
1 files changed, 12 insertions, 7 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb
index 26f01e6cef..bb6b50fd3d 100644
--- a/packages/linux/linux-openzaurus_2.6.16.bb
+++ b/packages/linux/linux-openzaurus_2.6.16.bb
@@ -1,6 +1,6 @@
include linux-openzaurus.inc
-PR = "r2"
+PR = "r3"
DEFAULT_PREFERENCE = "-1"
@@ -15,15 +15,15 @@ DEFAULT_PREFERENCE = "-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.16.tar.bz2 \
- ${RPSRC}/led_core-r14.patch;patch=1 \
- ${RPSRC}/led_triggers-r11.patch;patch=1 \
- ${RPSRC}/led_trig_timer-r6.patch;patch=1 \
+ ${RPSRC}/led_core-r15.patch;patch=1 \
+ ${RPSRC}/led_triggers-r14.patch;patch=1 \
+ ${RPSRC}/led_trig_timer-r8.patch;patch=1 \
${RPSRC}/led_trig_sharpsl_pm-r5.patch;patch=1 \
${RPSRC}/led_zaurus-r10.patch;patch=1 \
${RPSRC}/led_locomo-r7.patch;patch=1 \
${RPSRC}/led_ixp4xx-r2.patch;patch=1 \
${RPSRC}/led_tosa-r5.patch;patch=1 \
- ${RPSRC}/led_ide-r4a.patch;patch=1 \
+ ${RPSRC}/led_ide-r6.patch;patch=1 \
${RPSRC}/led_nand-r3.patch;patch=1 \
${RPSRC}/ide_end_request-r1.patch;patch=1 \
${RPSRC}/rtc-subsystem-library-functions.patch;patch=1 \
@@ -57,8 +57,12 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \
${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \
${RPSRC}/misc_fix1-r0.patch;patch=1 \
- ${RPSRC}/corgi_bl_cleanup-r2.patch;patch=1 \
- ${RPSRC}/corgi_bl_generic-r2.patch;patch=1 \
+ ${RPSRC}/corgi_bl_cleanup-r3.patch;patch=1 \
+ ${RPSRC}/corgi_bl_generic-r3.patch;patch=1 \
+ ${RPSRC}/w100_accel1-r0.patch;patch=1 \
+ ${RPSRC}/poodle_partsize-r0.patch;patch=1 \
+ ${RPSRC}/poodle_memsize-r0.patch;patch=1 \
+ ${RPSRC}/collie_frontlight-r1.patch;patch=1 \
${RPSRC}/pm_changes-r1.patch;patch=1 \
${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \
${RPSRC}/usb_pxa27x_udc-r0.patch;patch=1 \
@@ -66,6 +70,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
${DOSRC}/kexec-arm-r2.patch;patch=1 \
${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \
${RPSRC}/mmcsd_no_scr_check-r0.patch;patch=1 \
+ ${RPSRC}/poodle_ts_hack-r0.patch;patch=1 \
file://add-oz-release-string.patch;patch=1 \
file://pxa-serial-hack.patch;patch=1 \
${RPSRC}/pxa-linking-bug.patch;patch=1 \