<div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm building a custom image that install boost libraries:</div><div><br></div><div>IMAGE_INSTALL_append = " boost"</div><div><br></div><div>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 <a href="http://custom-image.bb">custom-image.bb</a> I tried:</div><div><br></div><div>BOOST_LIBS_remove = " atomic"</div><div><br></div><div>but the produced image still integrate the libboost_atomic. My layer have an higher priority (11) than meta (5).</div><div><br></div><div>Any tips?</div><div><br></div><div>Thanks, <br></div><div>Gabriele<br></div></div>