summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-07-29 16:37:28 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-04 11:24:02 -0500
commit2574fe2d8f9d251365dc2846006728e8948c8d04 (patch)
tree6a66c15c5bd1b60aee72e398805dcb4440739d03
parentda93dc24fd73079b4dbb6811b83e44a2036d54ef (diff)
downloadmeta-intel-2574fe2d8f9d251365dc2846006728e8948c8d04.tar.gz
meta-emenlow: remove tune-related assignments from machine conf
These are all now handled or obsoleted by tune-atom.inc, so remove them here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index b0b7d5e7..dfe20cb2 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -4,12 +4,8 @@
4#@DESCRIPTION: Machine configuration for eMenlow based systems, like the 4#@DESCRIPTION: Machine configuration for eMenlow based systems, like the
5# Webs-2120 box. 5# Webs-2120 box.
6 6
7TARGET_ARCH = "i586"
8
9include conf/machine/include/tune-atom.inc 7include conf/machine/include/tune-atom.inc
10 8
11BASE_PACKAGE_ARCH="core2"
12
13MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 9MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
14 acpi serial usbgadget" 10 acpi serial usbgadget"
15 11