[oe-commits] Khem Raj : distro: Move thumb into distro features

git version control git at git.openembedded.org
Wed Jul 21 17:30:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Jul 18 22:18:55 2010 +0000

distro: Move thumb into distro features

* Currenlty we define the thumb specific overrides in machine tune files
  and as machine conf files are included before the distro conf files
  the overrides dont get right values and set incorrectly.

* This patch moves the tune-thumb.inc from machine/include into
  distro/include and lets distro decide on thumb and thumb-interworking
  features based on the machine selected. If a machine which does not
  support thumb like all armv4 based machines is selected then distro
  makes correct decision now to disable thumb and thumb-interworking
  based upon the machine seletected.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/angstrom-2008.1.conf                   |    1 +
 conf/distro/gmustix.conf                           |    2 ++
 .../include/arm-thumb.inc}                         |    0 
 conf/distro/kaeilos-2010.conf                      |    1 +
 conf/distro/kaeilos.conf                           |    1 +
 conf/distro/micro.conf                             |    1 +
 conf/distro/minimal.conf                           |    3 ++-
 conf/distro/shr.conf                               |    1 +
 conf/distro/slugos.conf                            |    2 ++
 conf/machine/include/ixp4xx.inc                    |    1 -
 conf/machine/include/tune-arm1136-novfp.inc        |    3 ---
 conf/machine/include/tune-arm1136jf-s.inc          |    3 ---
 conf/machine/include/tune-arm1176jzf-s.inc         |    3 ---
 conf/machine/include/tune-arm920t.inc              |    4 ----
 conf/machine/include/tune-arm926ejs.inc            |    3 ---
 conf/machine/include/tune-arm9tdmi.inc             |    4 ----
 conf/machine/include/tune-armv7.inc                |    4 ----
 conf/machine/include/tune-ep9312.inc               |    3 ---
 conf/machine/include/tune-xscale.inc               |    4 ----
 conf/machine/palmz31.conf                          |    3 ---
 conf/machine/palmz72.conf                          |    3 ---
 21 files changed, 11 insertions(+), 39 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc




More information about the Openembedded-commits mailing list