diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-10-14 13:38:47 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-14 20:12:03 +0100 |
commit | 65954baaa37d3762f5a312699c1cbae11bd9055e (patch) | |
tree | 86069dbf5d787097284c8083cde7249efcc297e3 /meta/conf/machine | |
parent | deba7adc4b936891e1d43c981ed3c8935df16498 (diff) | |
download | poky-65954baaa37d3762f5a312699c1cbae11bd9055e.tar.gz |
atom-pc: get rid of undefined video mode prompt on bootup
Temporary fix for [BUGID #450]
This fixes the video mode number to the expected value for this video
setting, but the setting itself needs to be fixed along with matching
config options - this patch is just a temporary fix for RC2.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/atom-pc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf index dcbae5c3c1..424e0e96c6 100644 --- a/meta/conf/machine/atom-pc.conf +++ b/meta/conf/machine/atom-pc.conf | |||
@@ -36,7 +36,7 @@ IMAGE_ROOTFS_SIZE_ext3 = "500000" | |||
36 | 36 | ||
37 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | 37 | IMAGE_FSTYPES ?= "ext3 cpio.gz" |
38 | 38 | ||
39 | APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=788 usbcore.autosuspend=1" | 39 | APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=3847 usbcore.autosuspend=1" |
40 | 40 | ||
41 | GLIBC_ADDONS = "nptl" | 41 | GLIBC_ADDONS = "nptl" |
42 | GLIBC_EXTRA_OECONF = "--with-tls" | 42 | GLIBC_EXTRA_OECONF = "--with-tls" |