Openembedded Core Discussions
 help / color / mirror / Atom feed
* [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc
@ 2016-03-02  9:55 Anuj Mittal
  2016-03-02  9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
  0 siblings, 1 reply; 5+ messages in thread
From: Anuj Mittal @ 2016-03-02  9:55 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-15  2:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02  9:55 [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc Anuj Mittal
2016-03-02  9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
2016-03-08  1:53   ` Mittal, AnujX
2016-03-14  7:38   ` Mittal, AnujX
2016-03-15  2:15     ` Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox