All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: Ma O-Nigiri <ma@o-nigiri.me>, yocto@yoctoproject.org
Subject: Re: RPM Installation to Host Sysroot
Date: Sat, 24 Jan 2015 09:57:29 -0500	[thread overview]
Message-ID: <54C3B2D9.2010404@gmail.com> (raw)
In-Reply-To: <CAJ-FT2X0TdWcgL1z6=hOdhduVCrt66ne93DE6ZP8Ood+5pjCHA@mail.gmail.com>


On 01/23/15 14:24, Ma O-Nigiri wrote:
> I am on yocto 1.3.2 and need to add a few libraries to my sysroot for
> cross compilation.
>
> I have built the libsigc++-2.0 library with bitbake and have the
> resulting RPM. What is the appropriate method for installing the rpm
> to /opt/poky/1.3/sysroots ?

If you add this package to your image, i.e.:

    IMAGE_INSTALL_append = " libsigc++-2.0"

and re-build your tools, i.e.:

    $ bitbake <your image> -c populate_sdk

then your resulting sysroot and toolchain will include all the magic
required to develop apps against this library.


      reply	other threads:[~2015-01-24 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 19:24 RPM Installation to Host Sysroot Ma O-Nigiri
2015-01-24 14:57 ` Trevor Woerner [this message]

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=54C3B2D9.2010404@gmail.com \
    --to=twoerner@gmail.com \
    --cc=ma@o-nigiri.me \
    --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.