From: Samuel Ortiz Date: Wed, 10 Sep 2008 21:12:46 +0000 (+0000) Subject: eee901: Add video kernel options, vesa for now. X-Git-Tag: 2011-1~8335 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8615c214c2687a5c7dfb31c617ee432a95233fff;p=openembedded-core.git 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 --- 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" IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" +APPEND += "video=vesafb:800x600-16@60 vga=788 " + GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls"