Add the following line of code to your build/conf/local.conf file:
build/conf/local.conf
IMAGE_INSTALL_append = " boost"
Choose an image, for example, core-image-minimal
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 2 years ago