From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RNunc-0005tz-8L for openembedded-core@lists.openembedded.org; Wed, 09 Nov 2011 00:09:48 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 08 Nov 2011 15:03:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,479,1315206000"; d="scan'208";a="87672079" Received: from unknown (HELO [10.255.12.14]) ([10.255.12.14]) by fmsmga002.fm.intel.com with ESMTP; 08 Nov 2011 15:03:32 -0800 Message-ID: <4EB9B544.8020708@linux.intel.com> Date: Tue, 08 Nov 2011 15:03:32 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/6] Add some intel-specific tune files, and related fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 23:09:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/07/2011 07:53 AM, tom.zanussi@intel.com wrote: > From: Tom Zanussi > > This patchset adds some new tune files for corei7, ivb, and atom. > > The corei7 and atom were build- and boot-tested on sugarbay (with > corei7-avx), jasperforest (corei7), crownbay, fri2, fishriver (atom). > The ivb is one I'll be using for new Ivy Bridge development and > hasn't been tested yet, but will be needed for that. > > This patchset also contains a few patches for packages that had build > problems with the corei7-avx tuning. The python and gmp packages had > problems because they tried to execute target code on the host and caused > illegal instruction errors. The libzypp failed compilation because of > the hyphens in the tune name (corei7-avx). > > Tom Zanussi (6): > tune-corei7: Add tune file for Intel Core i7 machines > tune-ivb: Add tune file for Intel Ivy Bridge machines > machine/include/tune-atom.inc: add atom-specific settings Richard needs talk with you these tune changes. > gmp_5.0.2: Set CC_FOR_BUILD to BUILD_CC > libzypp: fix mishandling of hyphenated arches > python: skip setup.py > Merged these 3 to OE-Core Thanks Sau! > meta/conf/machine/include/tune-atom.inc | 26 +++++++++++++++++- > meta/conf/machine/include/tune-corei7.inc | 17 ++++++++++++ > meta/conf/machine/include/tune-ivb.inc | 11 ++++++++ > .../python/setup_py_skip_cross_import_check.patch | 27 ++++++++++++++++++++ > meta/recipes-devtools/python/python_2.7.2.bb | 7 ++++- > meta/recipes-extended/libzypp/libzypp_git.bb | 8 +++--- > meta/recipes-support/gmp/gmp_5.0.2.bb | 3 +- > 7 files changed, 91 insertions(+), 8 deletions(-) > create mode 100644 meta/conf/machine/include/tune-corei7.inc > create mode 100644 meta/conf/machine/include/tune-ivb.inc > create mode 100644 meta/recipes-devtools/python/python/setup_py_skip_cross_import_check.patch > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >