summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-30 17:04:08 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-30 17:04:08 +0000
commit65722fb86277bb5eddef74f472e5b0696b5be0b0 (patch)
tree9b4ab3436495de990867741cc513e014d12bb388
parent2c1c5db4d5a56130801a38a3eaeb6d21cf68721e (diff)
downloadpoky-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.conf2
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
35IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" 35IMAGE_FSTYPES += "ext3 jffs2 cpio.gz"
36 36
37APPEND += "video=vesafb:800x600-16@60 vga=788 " 37APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788"
38 38
39GLIBC_ADDONS = "nptl" 39GLIBC_ADDONS = "nptl"
40GLIBC_EXTRA_OECONF = "--with-tls" 40GLIBC_EXTRA_OECONF = "--with-tls"