[linux-yocto] How to get specific libraries in poky SDK for QT
Morgan Guillou
mguillou at pixelsurmer.com
Mon Mar 21 10:18:00 PDT 2016
Hello,
I have added in my image all the boost libraries files.
On my target (Xplainedsama5d3) there is now all the libboost_***.so. That's working fine.
But to compile I also want to have the libboost_***.so into the SDK output.
So I added in the file meta-toolchain-qt5.bb :
IMAGE_INSTALL_append += "\
boost \
"
I run : bitbake atmel-qt5-demo-image -c populate_sdk and I install the sdk.
But in the folder /opt/poky/1.6/sysroots/x86_64-pokysdk-linux/usr/lib there is no boost libraries!
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/linux-yocto/attachments/20160321/059c85ff/attachment.html>
More information about the linux-yocto
mailing list