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

Reply via email to