Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC BUG #1236 0/2] Modify ldd script for multilib.
@ 2011-07-29 14:57 Lianhao Lu
  2011-07-29 14:57 ` [RFC BUG #1236 1/2] utils.bbclass/multilib.conf: Added misc supporting functions Lianhao Lu
  2011-07-29 14:57 ` [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config Lianhao Lu
  0 siblings, 2 replies; 8+ messages in thread
From: Lianhao Lu @ 2011-07-29 14:57 UTC (permalink / raw)
  To: openembedded-core

This is part of the BUG #1236 fixing. Current there seems no way to get the
dynamic loader(ld.so) names for all the ABIs configured in the multilib 
configuration during runtime. So we put the ld.so names in the dictionary 
"ld_info_all" 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 the 
KNOWN_INTERPRETER_NAMES in the file ldconfig.h (which has not been done yet).

The following changes since commit f94b781695cd8fa387daff16ecbf3987a0883018:
  Bruce Ashfield (1):
        poky.conf: explicitly referenced preferred linux-yocto version

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib llub/bug1236
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/1236

Lianhao Lu (2):
  utils.bbclass/multilib.conf: Added misc supporting functions.
  eglibc: Modify ldd script according to multilib config.

 meta/classes/utils.bbclass              |   35 ++++++++++++++++++++
 meta/conf/bitbake.conf                  |    1 +
 meta/conf/multilib.conf                 |    6 +++-
 meta/recipes-core/eglibc/eglibc-ld.inc  |   53 +++++++++++++++++++++++++++++++
 meta/recipes-core/eglibc/eglibc.inc     |    1 +
 meta/recipes-core/eglibc/eglibc_2.13.bb |    6 +++-
 6 files changed, 100 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-core/eglibc/eglibc-ld.inc




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

end of thread, other threads:[~2011-08-01  6:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 14:57 [RFC BUG #1236 0/2] Modify ldd script for multilib Lianhao Lu
2011-07-29 14:57 ` [RFC BUG #1236 1/2] utils.bbclass/multilib.conf: Added misc supporting functions Lianhao Lu
2011-07-29 14:57 ` [RFC BUG #1236 2/2] eglibc: Modify ldd script according to multilib config Lianhao Lu
2011-07-29 15:38   ` Phil Blundell
2011-07-30  1:00     ` Lu, Lianhao
2011-07-30 20:04   ` Khem Raj
2011-08-01  2:33     ` Lu, Lianhao
2011-08-01  6:11       ` Khem Raj

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