aboutsummaryrefslogtreecommitdiffstats
path: root/meta-sys940x/conf/machine/sys940x-noemgd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sys940x/conf/machine/sys940x-noemgd.conf')
-rw-r--r--meta-sys940x/conf/machine/sys940x-noemgd.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-sys940x/conf/machine/sys940x-noemgd.conf b/meta-sys940x/conf/machine/sys940x-noemgd.conf
deleted file mode 100644
index ed6c7f49..00000000
--- a/meta-sys940x/conf/machine/sys940x-noemgd.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-#@TYPE: Machine
-#@NAME: sys940x-noemgd
-
-#@WEBTITLE: Intel Atom E6xx Processor with Intel EG20T Controller Hub Development Kit (Queens Bay) with Open Source VESA Graphics for Inforce SYS940X systems.
-
-#@DESCRIPTION: Machine configuration for Inforce SYS940X systems, without Intel-proprietary graphics bits
-
-require conf/machine/include/intel-core2-32-common.inc
-
-# Add "pcbios" if you have a non-efi version of the firmware
-MACHINE_FEATURES += "efi pcbios"
-
-PREFERRED_VERSION_linux-yocto ?= "3.10%"
-
-XSERVER ?= "${XSERVER_X86_BASE} \
- ${XSERVER_X86_EXT} \
- ${XSERVER_X86_VESA} \
- "
-
-SERIAL_CONSOLE = "115200 ttyS0"
-APPEND += "console=ttyS0,115200 console=tty0"