Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix arm/tune-features for thumb instruction set
@ 2012-01-27  4:39 Khem Raj
  2012-01-27  4:39 ` [PATCH 1/5] gdb-common: Drop elfutils from DEPENDS Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Khem Raj @ 2012-01-27  4:39 UTC (permalink / raw)
  To: openembedded-core

There are three new patches addressing the issue where thumb was being
added to OVERRIDES for thumb capable cores but not denoting if the mode
used for code compliation was thumb. This was originally the case in oe.dev
this patch make it behave in that way

thumb-intework addition to OVERRIDES had a reverse logic fixed it

now we dont need to have tune-thumb-arm.inc anymore. Distro's using
it will have to delete it from there usage if they are depending on
oe-core version of this file. Just setting ARM_INSTRUCTION_SET = "thumb"
should be sufficient to change the mode.

The following changes since commit 6437e7315a0f2e077f9d69e4b65b48280ea8edbc:

  shadow-sysroot: Simplfy login.defs installation (2012-01-26 20:52:32 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/misc-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/misc-fixes

Khem Raj (5):
  gdb-common: Drop elfutils from DEPENDS
  task-core-tools: Divide it into 3 recipes
  arm/tune: Correct the logic which added thumb-interwork to OVERRIDES
  tunearch/arm: Differentiate between thumb code generation and thumb
    capability
  tune-thumb.inc: Delete

 .../conf/distro/include/distro_tracking_fields.inc |   26 +++++--
 .../conf/machine/include/arm/feature-arm-thumb.inc |   20 ++++-
 meta/conf/machine/include/tune-strongarm1100.inc   |    4 +-
 meta/conf/machine/include/tune-thumb.inc           |   32 --------
 meta/conf/multilib.conf                            |    4 +-
 meta/recipes-core/tasks/task-core-tools-debug.bb   |   26 ++++++
 ...sk-core-tools.bb => task-core-tools-profile.bb} |   81 ++++++--------------
 .../recipes-core/tasks/task-core-tools-testapps.bb |   46 +++++++++++
 meta/recipes-devtools/gdb/gdb-common.inc           |    6 +-
 9 files changed, 138 insertions(+), 107 deletions(-)
 delete mode 100644 meta/conf/machine/include/tune-thumb.inc
 create mode 100644 meta/recipes-core/tasks/task-core-tools-debug.bb
 rename meta/recipes-core/tasks/{task-core-tools.bb => task-core-tools-profile.bb} (48%)
 create mode 100644 meta/recipes-core/tasks/task-core-tools-testapps.bb

-- 
1.7.8.3




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

end of thread, other threads:[~2012-01-31  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27  4:39 [PATCH 0/5] Fix arm/tune-features for thumb instruction set Khem Raj
2012-01-27  4:39 ` [PATCH 1/5] gdb-common: Drop elfutils from DEPENDS Khem Raj
2012-01-27  4:39 ` [PATCH 2/5] task-core-tools: Divide it into 3 recipes Khem Raj
2012-01-31  3:15   ` Saul Wold
2012-01-31  4:19     ` Khem Raj
2012-01-31  5:18       ` Tom Zanussi
2012-01-31  7:26         ` Khem Raj
2012-01-31  8:20           ` Saul Wold
2012-01-27  4:39 ` [PATCH 3/5] arm/tune: Correct the logic which added thumb-interwork to OVERRIDES Khem Raj
2012-01-27  4:39 ` [PATCH 4/5] tunearch/arm: Differentiate between thumb code generation and thumb capability Khem Raj
2012-01-27  4:39 ` [PATCH 5/5] tune-thumb.inc: Delete Khem Raj

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