[yocto] creating sdk for my own packages - how?

2014-06-04 Thread Marek Andrus
Hi, I'm new to Yocto and I've just created a few recipes for my project (main application and some needed libraries). Now I'd like to create sdk for my application so it should contain toolchain and the needed libraries/headers. What should I include in my recipes to get result like that? I

Re: [yocto] creating sdk for my own packages - how?

2014-06-04 Thread Burton, Ross
On 4 June 2014 08:47, Marek Andrus marek.and...@wp.pl wrote: I believe I'll be able to create the sdk with command like bitbake my_application -c populate_sdk. I added inherit populate_sdk_base to my_application.bb. Is that a correct way? You use -c populate_sdk on an *image* recipe so that