diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-10-25 20:19:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-25 20:19:01 +0000 |
commit | 1d01cd5fc7b957cfbabf3be7e6f416670bdcd486 (patch) | |
tree | 6f0fd7cd45f23e9528ff45a6ebf283ff012f1247 /packages/linux/linux-openzaurus_2.6.14-rc4.bb | |
parent | 21da38deee4e1c6463941c371477a2e998f57286 (diff) |
linux-oz-2.6: Various updates to dev kernel:
* Add various compile fixes passed to mainline
* Update pm code to use pxa_pm_ops as discussed on LAKML
* Add ALSA SoC subsystem patches from Liam Girdwood
* Add ALSA wm8731 codec driver (as found in c7x0)
* Update c7x0 defconfig to make OSS drivers modular and enable ALSA drivers (output only for now)
* Update cxx00 defconfig to enable ALSA drivers (no codec support yet).
(This breaks/disables akita temporarily but it doesn't work atm anyway)
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.14-rc4.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.14-rc4.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.14-rc4.bb b/packages/linux/linux-openzaurus_2.6.14-rc4.bb index 2574ff9b95..c0b2c8ec4b 100644 --- a/packages/linux/linux-openzaurus_2.6.14-rc4.bb +++ b/packages/linux/linux-openzaurus_2.6.14-rc4.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" @@ -15,18 +15,21 @@ DEFAULT_PREFERENCE = "-1" # ftp://ftp.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 \ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.14-rc4.bz2;patch=1 \ + ${RPSRC}/spitz_pxafb_cleanup-r1.patch;patch=1 \ + ${RPSRC}/pxafb_add_parent-r1.patch;patch=1 \ + ${RPSRC}/spitz_compilefix-r0.patch;patch=1 \ + ${RPSRC}/spitz_kbd_fix1-r0.patch;patch=1 \ + ${RPSRC}/pxa_pmops_static-r1.patch;patch=1 \ ${RPSRC}/pxa_i2c_fixes-r1.patch;patch=1 \ ${RPSRC}/pxa_ohci_platform-r1.patch;patch=1 \ ${RPSRC}/pxa_ohci_suspend-r0.patch;patch=1 \ ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ - ${RPSRC}/sharpsl_pm-r8.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-r9.patch;patch=1 \ ${RPSRC}/corgi_pm-r4.patch;patch=1 \ - ${RPSRC}/spitz_base_extras-r2.patch;patch=1 \ + ${RPSRC}/spitz_base_extras-r3.patch;patch=1 \ ${RPSRC}/spitz_pm-r4.patch;patch=1 \ - ${RPSRC}/spitz_kbd_fix1-r0.patch;patch=1 \ ${RPSRC}/spitzcf-r3.patch;patch=1 \ ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ - ${RPSRC}/pxa_remove_static-r0.patch;patch=1 \ ${RPSRC}/pxa_irda-r5.patch;patch=1 \ ${RPSRC}/corgi_irda-r3.patch;patch=1 \ ${RPSRC}/poodle_irda-r0.patch;patch=1 \ @@ -34,7 +37,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/input_power-r2.patch;patch=1 \ ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ ${RPSRC}/sharpsl_bl_kick-r1.patch;patch=1 \ - ${RPSRC}/corgi_snd-r10.patch;patch=1 \ + ${RPSRC}/corgi_snd-r11.patch;patch=1 \ + ${RPSRC}/export_scoop-r0.patch;patch=1 \ ${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \ ${RPSRC}/ipaq/hx2750_base-r21.patch;patch=1 \ ${RPSRC}/ipaq/hx2750_bl-r2.patch;patch=1 \ @@ -57,6 +61,9 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.13.tar.gz \ ${RPSRC}/pcmcia_dev_ids-r2.patch;patch=1 \ ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ + ${RPSRC}/alsa/alsa_soc-r3.patch;patch=1 \ + ${RPSRC}/alsa/ssp_pxa_regs-r0.patch;patch=1 \ + ${RPSRC}/wm8731-r1.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://add-elpp-stuff.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ |