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

Burton, Ross ross.burton at intel.com
Wed Jun 4 01:27:41 PDT 2014


On 4 June 2014 08:47, Marek Andrus <marek.andrus at 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 your SDK contains
everything that is in the corresponding image.  You don't need to do
anything to the image recipe itself.

Ross



More information about the yocto mailing list