]> code.ossystems Code Review - openembedded-core.git/commitdiff
netbook/menlow: Add core2 as an architecture
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 29 Jan 2009 13:57:07 +0000 (13:57 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 29 Jan 2009 13:57:07 +0000 (13:57 +0000)
meta-moblin/conf/machine/menlow.conf
meta-moblin/conf/machine/netbook.conf

index f316f54a30d1f9fb01b6b84fdf7fe67d6b88f13f..62e9e2414067524066fd0fcc223cd398b16975d4 100644 (file)
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Menlow platforms. Currently supported machines are the Compal JAX10
 
 TARGET_ARCH = "i586"
-PACKAGE_EXTRA_ARCHS = "x86"
+PACKAGE_EXTRA_ARCHS = "x86 core2"
 
 include conf/machine/include/tune-atom.inc
 
index 765ef9f6048370a6cac8decb418a44aabad7b4dd..af2a82a05a791a7798e8e32a46c80fed18a612a4 100644 (file)
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Netbooks. Currently supported machines are the Asus eee901 and the Acer Aspire One
 
 TARGET_ARCH = "i586"
-PACKAGE_EXTRA_ARCHS = "x86"
+PACKAGE_EXTRA_ARCHS = "x86 core2"
 
 include conf/machine/include/tune-atom.inc