Re: [linux-yocto] How to get specific libraries in poky SDK for QT

2016-03-21 Thread Anders Darander
? That seems like a bug to me... You could add TOOLCHAIN_TARGET_TASK += "boost" to the image. That should drag in boost for you. (Maybe you should use boost-dev instead?) Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- _

Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-03-06 Thread Anders Darander
ld be able to tell you that you're not using the jethro branch of meta-oe, but rather the master branch, a lot easier. You need to use the correct branches for all your layers. Mixing release branches for certain layers, and master branches for other is a no-go, unless you know what you're doing. (

Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-02-26 Thread Anders Darander
Should I make any other setting to add the “navit” recipe to my image? > Is this the correct method of copying "recipes-navigation" folder to > "/poky/meta " ? Well, it works. If you don't mind the rest of meta-oe, I'd rather add that layer to conf/bblayers.conf. That wo