From 3862c2d18d492be19b03a93044f4008ef9100e5a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 23 Apr 2006 20:39:40 +0000 Subject: 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. --- packages/linux/linux-openzaurus_2.6.16.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3