diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-10 21:12:46 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-10 21:12:46 +0000 |
commit | 8615c214c2687a5c7dfb31c617ee432a95233fff (patch) | |
tree | 8be5f626977dd90ba525c1a530c8033dd58e8a1b /meta/conf | |
parent | 22e0395343b2c182eefe3e34625713b6185ccbd5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/eee901.conf | 2 |
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 | ||
21 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" | 21 | IMAGE_FSTYPES += "ext3 jffs2 cpio.gz" |
22 | 22 | ||
23 | APPEND += "video=vesafb:800x600-16@60 vga=788 " | ||
24 | |||
23 | GLIBC_ADDONS = "nptl" | 25 | GLIBC_ADDONS = "nptl" |
24 | GLIBC_EXTRA_OECONF = "--with-tls" | 26 | GLIBC_EXTRA_OECONF = "--with-tls" |