summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow-noemgd.conf
diff options
context:
space:
mode:
authorGeorge Nita <george.nita@enea.com>2015-09-03 05:12:11 +0200
committerGeorge Nita <george.nita@enea.com>2015-09-03 05:12:11 +0200
commit3ab7b40622ac62f2e8876adabfbfbcb80e62bb2e (patch)
tree4428c3f371f1398555c203d1cb32088b41aceda4 /meta-emenlow/conf/machine/emenlow-noemgd.conf
parenta83cdb055a432ca3554b4ce7aab4ccd2243a5730 (diff)
parentcea00968b858b60222d68103491f076067d73876 (diff)
downloadmeta-intel-3ab7b40622ac62f2e8876adabfbfbcb80e62bb2e.tar.gz
Merge remote-tracking branch 'origin/master' into master-enea
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 @@
1#@TYPE: Machine
2#@NAME: emenlow-noemgd
3
4#@WEBTITLE: Intel Atom Z5xx Processor With Intel US15W Controller Hub (eMenlow) with open source graphics
5
6#@DESCRIPTION: Machine configuration for eMenlow based systems, like the Webs-2120 box, without the Intel-proprietary graphics bits
7
8PREFERRED_VERSION_linux-yocto ?= "3.19%"
9
10require conf/machine/include/intel-core2-32-common.inc
11require conf/machine/include/intel-common-pkgarch.inc
12require conf/machine/include/meta-intel.inc
13
14MACHINE_FEATURES += "intel-ucode"
15
16XSERVER ?= "${XSERVER_X86_BASE} \
17 ${XSERVER_X86_EXT} \
18 ${XSERVER_X86_MODESETTING} \
19 "
20APPEND += "reboot=pci"