[OE-core] [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc

Anuj Mittal anujx.mittal at intel.com
Wed Mar 2 09:55:40 UTC 2016


There's no AVAILTUNES with the name "core2" while tune-corei7.inc seems to
have a reference to it.

$ grep -r core2 tune-corei7.inc
require conf/machine/include/tune-core2.inc
PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2} corei7-32"

$ grep -r AVAILTUNES tune-core2.inc
AVAILTUNES += "core2-32"
AVAILTUNES += "core2-64"
AVAILTUNES += "core2-64-x32"

This patch changes the name of tune in tune-corei7.inc so PACKAGE_EXTRA_ARCHS
is expanded correctly.

Please consider backporting it to Jethro too.

Thank you,

Chang Rebecca Swee Fun (1):
  tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32

 meta/conf/machine/include/tune-corei7.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1




More information about the Openembedded-core mailing list