[yocto] Trimming BOOST libraries installed

Gabriele Zampieri gabbla.malist at gmail.com
Thu Mar 28 03:58:53 PDT 2019


Hi all,

I'm building a custom image that install boost libraries:

IMAGE_INSTALL_append = " boost"

How can I trim the installed libraries? I see inside
meta/recipes-support/boost/boost.inc a variable called BOOST_LIBS that
lists all the boost components, so in my custom-image.bb I tried:

BOOST_LIBS_remove = " atomic"

but the produced image still integrate the libboost_atomic. My layer have
an higher priority (11) than meta (5).

Any tips?

Thanks,
Gabriele
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190328/2992456f/attachment.html>


More information about the yocto mailing list