summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2010-10-14 12:33:56 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-15 10:13:26 +0100
commit03ecd2a3f4926b43f7813d542453d9945c19a903 (patch)
tree4f6c402b79ea3e30471399670b1d9fab08f0013e /meta
parent3a8d109c850ff2fa7a16f8b09d6f69a76de4b5f9 (diff)
downloadpoky-03ecd2a3f4926b43f7813d542453d9945c19a903.tar.gz
atom-pc: remove kernel video mode parameters
The kernel video mode parameters are not needed with the atom-pc linux-wrs configuration. Without them, we boot up with a standard 80x25 text display until the Intel i915 driver is initialized, at which point we switch to a higher resolution text mode. Afterwards, a sato image will start the splash screen and successfully boot to X. Tested on the Toshiba NB305 netbook and the Black Sand development board. [BUGID #450] Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/machine/atom-pc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf
index 424e0e96c6..61d3d943ab 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
37IMAGE_FSTYPES ?= "ext3 cpio.gz" 37IMAGE_FSTYPES ?= "ext3 cpio.gz"
38 38
39APPEND += "video=intelfb:mode=800x600,accel=0,hwcursor=0 vga=3847 usbcore.autosuspend=1" 39APPEND += "usbcore.autosuspend=1"
40 40
41GLIBC_ADDONS = "nptl" 41GLIBC_ADDONS = "nptl"
42GLIBC_EXTRA_OECONF = "--with-tls" 42GLIBC_EXTRA_OECONF = "--with-tls"