Add Boost To A Build

Add the following line of code to your build/conf/local.conf file:

IMAGE_INSTALL_append = " boost"

Choose an image, for example, core-image-minimal

Re-Compile Image

#compile your source code ..
$ time bitbake <Your Image-Name>

When adding boost, it is work recreating the SDK so that you have the available libraries for cross-compiling.

Last updated