summaryrefslogtreecommitdiffstats
path: root/meta-moblin/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/conf')
-rw-r--r--meta-moblin/conf/machine/menlow.conf2
-rw-r--r--meta-moblin/conf/machine/netbook.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-moblin/conf/machine/menlow.conf b/meta-moblin/conf/machine/menlow.conf
index f316f54a30..62e9e24140 100644
--- a/meta-moblin/conf/machine/menlow.conf
+++ b/meta-moblin/conf/machine/menlow.conf
@@ -4,7 +4,7 @@
4#@DESCRIPTION: Machine configuration for Menlow platforms. Currently supported machines are the Compal JAX10 4#@DESCRIPTION: Machine configuration for Menlow platforms. Currently supported machines are the Compal JAX10
5 5
6TARGET_ARCH = "i586" 6TARGET_ARCH = "i586"
7PACKAGE_EXTRA_ARCHS = "x86" 7PACKAGE_EXTRA_ARCHS = "x86 core2"
8 8
9include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
10 10
diff --git a/meta-moblin/conf/machine/netbook.conf b/meta-moblin/conf/machine/netbook.conf
index 765ef9f604..af2a82a05a 100644
--- a/meta-moblin/conf/machine/netbook.conf
+++ b/meta-moblin/conf/machine/netbook.conf
@@ -4,7 +4,7 @@
4#@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One 4#@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One
5 5
6TARGET_ARCH = "i586" 6TARGET_ARCH = "i586"
7PACKAGE_EXTRA_ARCHS = "x86" 7PACKAGE_EXTRA_ARCHS = "x86 core2"
8 8
9include conf/machine/include/tune-atom.inc 9include conf/machine/include/tune-atom.inc
10 10