From 9bb6e5047d177d18d03220895ad506d0934869dd Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Tue, 10 Apr 2012 11:15:39 -0700 Subject: Cedartrail: Split machine.conf Have two machine.conf files. One for pvr and the other for no-pvr. PVR machine.conf has the both pcbios and efi support. no-pvr has only pcbios support. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- meta-cedartrail/conf/machine/cedartrail.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'meta-cedartrail/conf/machine/cedartrail.conf') diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf index 3bd5cf88..4d77b042 100644 --- a/meta-cedartrail/conf/machine/cedartrail.conf +++ b/meta-cedartrail/conf/machine/cedartrail.conf @@ -7,9 +7,15 @@ require conf/machine/include/tune-atom.inc require conf/machine/include/ia32-base.inc +MACHINE_FEATURES += "pcbios efi" + XSERVER ?= "${XSERVER_IA32_BASE} \ ${XSERVER_IA32_EXT} \ - ${XSERVER_IA32_VESA} \ + cdv-pvr-driver \ " +PREFERRED_VERSION_xserver-xorg ?= "1.9.3" +PREFERRED_VERSION_mesa-dri ?= "7.11" -APPEND += "video=vesafb vga=0x318" +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf