[oe-commits] Martin Jansa : arch-arm: define different ARMPKGARCH when different CCARGS are used

git at git.openembedded.org git at git.openembedded.org
Mon Nov 26 10:01:59 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: cffda9a821a3b83a8529d643c567859e091c6846
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cffda9a821a3b83a8529d643c567859e091c6846

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Sep 11 17:05:45 2012 +0000

arch-arm: define different ARMPKGARCH when different CCARGS are used

* without this tune-xscale and tune-arm926ejs were both creating
  packages in armv5te feed, but each with different -mtune, with
  OEBasicHash enabled it was causing each package to rebuild with new
  -mtune after MACHINE switch, but that doesn't make sense with output
  stored in the same armv5te feed

* this makes different feed for each -mtune, but more generic one to be
  selected with DEFAULTTUNE

* tune-iwmmxt and tune-ep9312 were already using this, just move it
  bellow AVAILTUNES and use ARMPKGARCH_tune-foo syntax

* tune-cortexr4 and tune-cortexm3 are using armv7r/armv7m as ARMPKGARCH
  because there isn't another tune to use the same -march

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/include/tune-arm1136jf-s.inc   |    1 +
 meta/conf/machine/include/tune-arm920t.inc       |    1 +
 meta/conf/machine/include/tune-arm926ejs.inc     |    2 +-
 meta/conf/machine/include/tune-arm9tdmi.inc      |    1 +
 meta/conf/machine/include/tune-cortexa8.inc      |    6 ++++++
 meta/conf/machine/include/tune-cortexa9.inc      |    6 ++++++
 meta/conf/machine/include/tune-cortexm1.inc      |    1 +
 meta/conf/machine/include/tune-cortexm3.inc      |    2 +-
 meta/conf/machine/include/tune-cortexr4.inc      |    2 +-
 meta/conf/machine/include/tune-ep9312.inc        |    4 +---
 meta/conf/machine/include/tune-iwmmxt.inc        |    4 +---
 meta/conf/machine/include/tune-strongarm1100.inc |    1 +
 meta/conf/machine/include/tune-xscale.inc        |    2 ++
 13 files changed, 24 insertions(+), 9 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=cffda9a821a3b83a8529d643c567859e091c6846




More information about the Openembedded-commits mailing list