diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-02-19 21:48:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-02-19 21:49:09 +0000 |
commit | cdd01bc673f3015281a201c89542ad8167ff10f4 (patch) | |
tree | 12aaa6de269afd9cd0af91e41d3fc784ebdae6de /packages/linux/linux_2.6.28.bb | |
parent | 0ebbec8076d8c16bead14effc0d7188e6df47dbd (diff) |
linux_2.6.28.bb : add tosa support to this recipe
3 patches added from 2.6.29-rcX to make the tmiofb work.
Work still required to get backlight to turn on, I can see gfx, but no
backlight at the moment
Diffstat (limited to 'packages/linux/linux_2.6.28.bb')
-rw-r--r-- | packages/linux/linux_2.6.28.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.28.bb b/packages/linux/linux_2.6.28.bb index 603fe49cd7..c9c507fa18 100644 --- a/packages/linux/linux_2.6.28.bb +++ b/packages/linux/linux_2.6.28.bb @@ -53,4 +53,11 @@ SRC_URI_append_collie = " \ file://0022-mmc_block-print-better-error-messages.patch;patch=1 \ file://0023-mmc_block-ensure-all-sectors-that-do-not-have-error.patch;patch=1 " +SRC_URI_append_tosa = " \ + file://commit-31c9b28;patch=1 \ + file://commit-ddfb33c;patch=1 \ + file://commit-f34ee79;patch=1 \ + " + + S = "${WORKDIR}/linux-2.6.28/" |