Yocto Project Boost library : Change default package version used in bitbake recipe
问题 I am developing a Linux image operating system using Yocto Project . I am using SUMO branch ( Yocto Project 2.5 ). In order to install the boost library in my Linux image, I added this line to the local.conf file : IMAGE_INSTALL_append = " boost" But I discover that the default version installed is Boost 1.66.0 . Under meta/recipes-support/boost directory I can find three files : recipes-support/boost/boost_1.66.0.bb recipes-support/boost/boost-1.66.0.inc recipes-support/boost/boost.inc I