Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mark Hatle
On 11/21/19 12:00 PM, Mauro Ziliani wrote: > Thanks. > > This is true for a Krogoth based project? Same class, slightly different semantics. I don't believe src-pkgs existed yet at that point, but dev-pkgs would have. You will have to investigate the class for the parameters.. but general

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
Thanks. This is true for a Krogoth based project? Il 21/11/19 17:40, Mark Hatle ha scritto: populate_sdk uses the same configuration as the regular image, as well as adding "dev-pkgs dbg-pkgs src-pkgs" and optionally doc-pkgs. See:

Re: [yocto] populate_sdk with my image

2019-11-21 Thread Mark Hatle
populate_sdk uses the same configuration as the regular image, as well as adding "dev-pkgs dbg-pkgs src-pkgs" and optionally doc-pkgs. See: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/populate_sdk_base.bbclass Lines 3-11, and 22. If dev-pkgs/src-pkgs isn't inclyding your

[yocto] populate_sdk with my image

2019-11-21 Thread Mauro Ziliani
Hi all. I have a recipe for my image with depends from Qt/Qml recipes When I do bitbake -c populate_sdk myimage.bb the sdk doesn't contains the dev version of the Qt/Qml libraries installed in the final image I managing the bitbake variables TOOLCHAIN_TARGET_TASK and TOOLCHAIN_HOST_TASK