All of lore.kernel.org
 help / color / mirror / Atom feed
* RPM Installation to Host Sysroot
@ 2015-01-23 19:24 Ma O-Nigiri
  2015-01-24 14:57 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Ma O-Nigiri @ 2015-01-23 19:24 UTC (permalink / raw)
  To: yocto

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

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 ?

Cheers

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

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

* Re: RPM Installation to Host Sysroot
  2015-01-23 19:24 RPM Installation to Host Sysroot Ma O-Nigiri
@ 2015-01-24 14:57 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2015-01-24 14:57 UTC (permalink / raw)
  To: Ma O-Nigiri, yocto


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.


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

end of thread, other threads:[~2015-01-24 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-23 19:24 RPM Installation to Host Sysroot Ma O-Nigiri
2015-01-24 14:57 ` Trevor Woerner

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.