diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:57:07 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-29 13:57:07 +0000 |
commit | 5a9a4802a933e733547f16b454438c7e0318ca5f (patch) | |
tree | db8cc5f204c2c82e33074107cc8e34984c2e1ad9 /meta-moblin | |
parent | 6147dc336e37a741fdee12e5f3e1751d4cebe706 (diff) | |
download | poky-5a9a4802a933e733547f16b454438c7e0318ca5f.tar.gz |
netbook/menlow: Add core2 as an architecture
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/conf/machine/menlow.conf | 2 | ||||
-rw-r--r-- | meta-moblin/conf/machine/netbook.conf | 2 |
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 | ||
6 | TARGET_ARCH = "i586" | 6 | TARGET_ARCH = "i586" |
7 | PACKAGE_EXTRA_ARCHS = "x86" | 7 | PACKAGE_EXTRA_ARCHS = "x86 core2" |
8 | 8 | ||
9 | include conf/machine/include/tune-atom.inc | 9 | include 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 | ||
6 | TARGET_ARCH = "i586" | 6 | TARGET_ARCH = "i586" |
7 | PACKAGE_EXTRA_ARCHS = "x86" | 7 | PACKAGE_EXTRA_ARCHS = "x86 core2" |
8 | 8 | ||
9 | include conf/machine/include/tune-atom.inc | 9 | include conf/machine/include/tune-atom.inc |
10 | 10 | ||