diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-07-29 16:37:28 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-04 11:24:02 -0500 |
commit | 2574fe2d8f9d251365dc2846006728e8948c8d04 (patch) | |
tree | 6a66c15c5bd1b60aee72e398805dcb4440739d03 /meta-emenlow | |
parent | da93dc24fd73079b4dbb6811b83e44a2036d54ef (diff) | |
download | meta-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>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 4 |
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 | ||
7 | TARGET_ARCH = "i586" | ||
8 | |||
9 | include conf/machine/include/tune-atom.inc | 7 | include conf/machine/include/tune-atom.inc |
10 | 8 | ||
11 | BASE_PACKAGE_ARCH="core2" | ||
12 | |||
13 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ |
14 | acpi serial usbgadget" | 10 | acpi serial usbgadget" |
15 | 11 | ||