All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Unify ldd/ldconfig for all multilib eglibcs for bug #1236
@ 2011-08-02  3:20 Lianhao Lu
  2011-08-02  3:20 ` [PATCH 1/3] utils.bbclass/multilib.conf: Added misc supporting functions Lianhao Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lianhao Lu @ 2011-08-02  3:20 UTC (permalink / raw)
  To: openembedded-core

This is a rebase of the original patches to oe-core branch instead of poky.

This series of patch allow all the eglibc(s) in the current multilib 
configuration have the same ldd/ldconfig settings. 

We put the dynamic loaders'(ld.so) names in the dictionary of "ld_info_all" 
defined in the file eglibc-ld.inc. This dictionary is indexed by the 
TUNENAME. To support a new ABI, new entry should be added into this 
dictionary along with the new ABI's TUNENAME.

The information in ld_info_all can be used for both ldd script and ldconfig 
binary.

The following changes since commit 2a41a311ddda11713296391050f3c2c1b2c1d3d3:
  Koen Kooi (1):
        arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib llu/bug1236-oecore
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1236-oecore

Lianhao Lu (3):
  utils.bbclass/multilib.conf: Added misc supporting functions.
  eglibc: Modify ldd script according to multilib config.
  eglibc: Setting KNOWN_INTERPRETER_NAMES for ldconfig.

 meta/classes/utils.bbclass                         |   31 ++++++++++++
 meta/conf/bitbake.conf                             |    1 +
 meta/conf/multilib.conf                            |    6 ++-
 .../eglibc/eglibc-2.13/multilib_readlib.patch      |   20 ++++++++
 meta/recipes-core/eglibc/eglibc-ld.inc             |   49 ++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc                |    1 +
 meta/recipes-core/eglibc/eglibc_2.13.bb            |   12 ++++-
 7 files changed, 118 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/multilib_readlib.patch
 create mode 100644 meta/recipes-core/eglibc/eglibc-ld.inc




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

end of thread, other threads:[~2011-08-02  3:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02  3:20 [PATCH 0/3] Unify ldd/ldconfig for all multilib eglibcs for bug #1236 Lianhao Lu
2011-08-02  3:20 ` [PATCH 1/3] utils.bbclass/multilib.conf: Added misc supporting functions Lianhao Lu
2011-08-02  3:20 ` [PATCH 2/3] eglibc: Modify ldd script according to multilib config Lianhao Lu
2011-08-02  3:20 ` [PATCH 3/3] eglibc: Setting KNOWN_INTERPRETER_NAMES for ldconfig Lianhao Lu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.