summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-09-10 21:12:46 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-09-10 21:12:46 +0000
commit8615c214c2687a5c7dfb31c617ee432a95233fff (patch)
tree8be5f626977dd90ba525c1a530c8033dd58e8a1b /meta/conf/machine
parent22e0395343b2c182eefe3e34625713b6185ccbd5 (diff)
downloadpoky-8615c214c2687a5c7dfb31c617ee432a95233fff.tar.gz
eee901: Add video kernel options, vesa for now.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5171 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/eee901.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/eee901.conf b/meta/conf/machine/eee901.conf
index c0c38beba3..9b7e2a3951 100644
--- a/meta/conf/machine/eee901.conf
+++ b/meta/conf/machine/eee901.conf
@@ -20,5 +20,7 @@ IMAGE_ROOTFS_SIZE_ext3 = "250000"
20 20
21IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" 21IMAGE_FSTYPES += "ext3 jffs2 cpio.gz"
22 22
23APPEND += "video=vesafb:800x600-16@60 vga=788 "
24
23GLIBC_ADDONS = "nptl" 25GLIBC_ADDONS = "nptl"
24GLIBC_EXTRA_OECONF = "--with-tls" 26GLIBC_EXTRA_OECONF = "--with-tls"