All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessio Igor Bogani <alessioigorbogani@gmail.com>
To: yocto@yoctoproject.org
Subject: Generate an SDK with both 32 and 64 bit versions of the glibc
Date: Tue, 23 Apr 2019 11:20:01 +0200	[thread overview]
Message-ID: <CAPk1OjELjHPtwrpuXJJzZZvf_9vGFWJ-CKo4jW73m1FjNJtgQw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

Hi all,

I'm trying to install a third parted developed tool (closed source)
into my x86_64 SDK. Unfortunately it is composed by a mix of 32 and 64
bit binaries thus `bitbake myimage -c populate_sdk` fails with:

Error:
 Problem: conflicting requests
  - nothing provides libpthread.so.0 needed by
nativesdk-scw-2019-r0.x86_64_nativesdk

I guess that libpthread.so.0 is the missing 32 bit variant of the glibc library.

How can I make bitbake to install 32 bit version of the glibc
alongside the above mentioned tool?

Thanks in advance!

Ciao,
Alessio

[-- Attachment #2: Type: text/html, Size: 639 bytes --]

             reply	other threads:[~2019-04-23  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23  9:20 Alessio Igor Bogani [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-21 17:32 Generate an SDK with both 32 and 64 bit versions of the glibc Alessio Igor Bogani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPk1OjELjHPtwrpuXJJzZZvf_9vGFWJ-CKo4jW73m1FjNJtgQw@mail.gmail.com \
    --to=alessioigorbogani@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.