From: Richard Purdie Date: Sun, 23 Apr 2006 20:39:40 +0000 (+0000) Subject: linux-oz-2.6: Add some preliminary poodle hacks which get MMC/SD cards working, add... X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3862c2d18d492be19b03a93044f4008ef9100e5a;p=openembedded.git linux-oz-2.6: Add some preliminary poodle hacks which get MMC/SD cards working, add suspend/resume support and working charging. There are some gross hacks involved but as least we know where the prolems are. This code is considered alpha and has bugs, hence its only enabled for poodle. --- diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 932775c038..8d1541cb0b 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 = "r8" +PR = "r9" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -123,6 +123,9 @@ SRC_URI_append_tosa = "\ ${DOSRC}/wm97xx-lg7-r0.patch;patch=1 \ ${DOSRC}/tosa-asoc-r0.patch;patch=1 " +SRC_URI_append_poodle = "\ + ${RPSRC}/rp_poodle_hacks-r0.patch;patch=1" + S = "${WORKDIR}/linux-2.6.16" # to get module dependencies working