linux-rp-2.6.23: Add patch to get zylonite mtd working (forward ported 2.6.14 driver) and set display to VGA

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3786 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-02-13 01:04:52 +00:00
parent faed8fc7f7
commit b92884d151
3 changed files with 4079 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
require linux-rp.inc
PR = "r29"
PR = "r30"
# Handy URLs
# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -138,6 +138,7 @@ SRC_URI_append_zylonite ="\
file://arm_pxa_20070923.patch;patch=1 \
file://pxa_fb_overlay.patch;patch=1 \
file://zylonite-boot.patch;patch=1 \
file://zylonite_mtd-r0.patch;patch=1 \
"
S = "${WORKDIR}/linux-2.6.23"