diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-07-04 21:27:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 21:27:32 +0000 |
commit | e0195a9bd27125485b53812947e597e738a994e4 (patch) | |
tree | cc02b5cb13897ee23edef6cb34a467fc2b77c9b2 /packages/linux/linux-openzaurus_2.6.17.bb | |
parent | 3fbcf379bbd88204d7dd396415bbb65346feeaab (diff) |
linux-oz-2.6.17: Update to lastest ASoC and fix c7x0 so audio input (mic) now works. Reclassify several patches.
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.17.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.17.bb | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.17.bb b/packages/linux/linux-openzaurus_2.6.17.bb index 5f30df1858..e1fb772eff 100644 --- a/packages/linux/linux-openzaurus_2.6.17.bb +++ b/packages/linux/linux-openzaurus_2.6.17.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" @@ -23,16 +23,14 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ ${RPSRC}/poodle_mmcsd_fix-r0.patch;patch=1;status=merged \ ${RPSRC}/poodle_ssp-r1.patch;patch=1;status=merged \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1;status=merged \ - ${RPSRC}/zlib_inflate-r3.patch;patch=1;status=pending \ - ${RPSRC}/logo_rotate_fix-r1.patch;patch=1;status=pending \ - ${RPSRC}/collie_frontlight-r6.patch;patch=1;status=pending \ - ${RPSRC}/input_modalias_fix-r0.patch;patch=1;status=pending \ - file://00-hostap.patch;patch=1;status=pending \ - file://10-pcnet.patch;patch=1;status=pending \ -# ${RPSRC}/alsa/asoc-v0.10-oz-r0.patch;patch=1 \ - ${RPSRC}/alsa/asoc-v0.10.patch;patch=1 \ -# ${RPSRC}/alsa/asoc-v0.10rc4.patch;patch=1 \ -# ${RPSRC}/asoc_fixups-r1.patch;patch=1 \ + ${RPSRC}/zlib_inflate-r3.patch;patch=1;status=merged \ + ${RPSRC}/logo_rotate_fix-r1.patch;patch=1;status=merged \ + ${RPSRC}/collie_frontlight-r6.patch;patch=1;status=merged \ + ${RPSRC}/input_modalias_fix-r0.patch;patch=1;status=merged \ + file://00-hostap.patch;patch=1;status=merged \ + file://10-pcnet.patch;patch=1;status=merged \ + ${RPSRC}/asoc-v0.11pre2-oz.patch;patch=1 \ + ${RPSRC}/asoc_updates-r1.patch;patch=1 \ ${RPSRC}/hx2750_base-r25.patch;patch=1 \ ${RPSRC}/hx2750_bl-r7.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |