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

git version control git at git.openembedded.org
Mon Jul 19 22:38:45 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jul 19 01:09:01 2010 -0700

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>

---

 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=e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76




More information about the Openembedded-commits mailing list