From: Richard Purdie Date: Thu, 29 Jan 2009 13:57:07 +0000 (+0000) Subject: netbook/menlow: Add core2 as an architecture X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~51720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9a4802a933e733547f16b454438c7e0318ca5f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git netbook/menlow: Add core2 as an architecture --- diff --git a/meta-moblin/conf/machine/menlow.conf b/meta-moblin/conf/machine/menlow.conf index f316f54a30d..62e9e241406 100644 --- a/meta-moblin/conf/machine/menlow.conf +++ b/meta-moblin/conf/machine/menlow.conf @@ -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 diff --git a/meta-moblin/conf/machine/netbook.conf b/meta-moblin/conf/machine/netbook.conf index 765ef9f6048..af2a82a05a7 100644 --- a/meta-moblin/conf/machine/netbook.conf +++ b/meta-moblin/conf/machine/netbook.conf @@ -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