From 8615c214c2687a5c7dfb31c617ee432a95233fff Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 10 Sep 2008 21:12:46 +0000 Subject: 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 --- meta/conf/machine/eee901.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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" -- cgit v1.2.3-54-g00ecf