summaryrefslogtreecommitdiffstats
path: root/meta-sys940x/conf/machine/sys940x-noemgd.conf
blob: 0c04dcd3cd9f2d7e968818f031304e201ee20c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: sys940x-noemgd

#@DESCRIPTION: Machine configuration for Inforce SYS940X systems
# i.e. E660 + EG20T

require conf/machine/include/tune-atom.inc
require conf/machine/include/ia32-base.inc

# Add "pcbios" if you have a non-efi version of the firmware
MACHINE_FEATURES += "efi pcbios"

PREFERRED_VERSION_linux-yocto ?= "3.4%"

XSERVER ?= "${XSERVER_IA32_BASE} \
           ${XSERVER_IA32_EXT} \
           ${XSERVER_IA32_VESA} \
           "

SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"