diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-20 12:27:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-20 12:27:17 +0000 |
commit | c296381631021482c97150095f1e0673a454e310 (patch) | |
tree | b8d0a3a3a8bf6f51d0974e6bc78c664c2d614b5a | |
parent | ac66711b7377fa749909fbe27d52d11ef516e465 (diff) |
linux-oz-2.6: Add fix for akita sound problem (closes #584). Also add some experimental patches from dirk to intergrate tosa and corgi support.
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index 13f682cb65..8df47ef8f7 100644 --- a/packages/linux/linux-openzaurus_2.6.15.bb +++ b/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r0" +PR = "r1" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -62,7 +62,10 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/alsa/alsa-soc-0.9.patch;patch=1 \ ${RPSRC}/alsa/alsa-soc-0.9-0.10rc1.patch;patch=1 \ ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \ + ${RPSRC}/alsa_akita_fix-r0.patch;patch=1 \ ${RPSRC}/pm_changes-r0.patch;patch=1 \ + ${RPSRC}/corgi-bl-generic-r0.patch;patch=1 \ + ${RPSRC}/sharpsl_pm-do-r1.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ |