aboutsummaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow-noemgd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow-noemgd.conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow-noemgd.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
deleted file mode 100644
index 0a92845c..00000000
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-#@TYPE: Machine
-#@NAME: emenlow-noemgd
-
-#@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow) with open source graphics
-
-#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits
-
-PREFERRED_VERSION_linux-yocto ?= "3.19%"
-
-require conf/machine/include/intel-core2-32-common.inc
-require conf/machine/include/intel-common-pkgarch.inc
-require conf/machine/include/meta-intel.inc
-
-MACHINE_FEATURES += "intel-ucode"
-
-XSERVER ?= "${XSERVER_X86_BASE} \
- ${XSERVER_X86_EXT} \
- ${XSERVER_X86_MODESETTING} \
- "
-APPEND += "reboot=pci"