diff options
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow-noemgd.conf')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow-noemgd.conf | 20 |
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 | |||
8 | PREFERRED_VERSION_linux-yocto ?= "3.19%" | ||
9 | |||
10 | require conf/machine/include/intel-core2-32-common.inc | ||
11 | require conf/machine/include/intel-common-pkgarch.inc | ||
12 | require conf/machine/include/meta-intel.inc | ||
13 | |||
14 | MACHINE_FEATURES += "intel-ucode" | ||
15 | |||
16 | XSERVER ?= "${XSERVER_X86_BASE} \ | ||
17 | ${XSERVER_X86_EXT} \ | ||
18 | ${XSERVER_X86_MODESETTING} \ | ||
19 | " | ||
20 | APPEND += "reboot=pci" | ||