diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 17:04:08 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 17:04:08 +0000 |
commit | 65722fb86277bb5eddef74f472e5b0696b5be0b0 (patch) | |
tree | 9b4ab3436495de990867741cc513e014d12bb388 | |
parent | 2c1c5db4d5a56130801a38a3eaeb6d21cf68721e (diff) | |
download | poky-65722fb86277bb5eddef74f472e5b0696b5be0b0.tar.gz |
eee901: We now use the intel FB driver.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5342 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/machine/eee901.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf index 73b81b6a62..3d17ba0ffe 100644 --- a/meta/conf/machine/eee901.conf +++ b/meta/conf/machine/eee901.conf | |||
@@ -34,7 +34,7 @@ IMAGE_ROOTFS_SIZE_ext3 = "250000" | |||
34 | 34 | ||
35 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" | 35 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" |
36 | 36 | ||
37 | APPEND += "video=vesafb:800x600-16@60 vga=788 " | 37 | APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788" |
38 | 38 | ||
39 | GLIBC_ADDONS = "nptl" | 39 | GLIBC_ADDONS = "nptl" |
40 | GLIBC_EXTRA_OECONF = "--with-tls" | 40 | GLIBC_EXTRA_OECONF = "--with-tls" |