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.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to