Hi,

In the build box (the one that says "Type the recipe you want to build")
enter rpi-basic-image:do_populate_sdk

(You can also make an extensible sdk with rpi-basic-image:do_populate_sdk_ext.
 that will give you the cross toolchains+devool which would make creating
your own recipes easier).

The syntax is recipe:task. so you could do something like bash:do_clean if
you wanted to.

The equivalent bitbake syntax is bitbake bash -c clean.  Bitbake
automatically prepends the do_for you but Toaster does not.

Hope this helps,
-bavery
an intel employee




On Tue, Dec 20, 2016 at 7:44 PM, 이지훈 <[email protected]> wrote:

> Dear All,
>
> I used Toaster to customize rpi-basic-image for my raspberry pi.
> Building an image and adding additional packages were smoothly completed :)
>
> As I need a SDK to develop my own application for rpi, I tried to populate
> sdk in Toaster.
> But I wasn't able to find options or ways to command "bitbake -c
> populate_sdk" in Toaster.
>
> I tried to modify "/_toaster_clones/_git___git.y
> octoproject.org_poky_master/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py"
> to add "-c populate_sdk" command but failed as it is downloaded whenever I
> command rebuild.
>
> Any help or suggestions would be appriciate.
> Wishing you all a merry Christmas,
>
> Jihoon Lee
>
>
> --
> _______________________________________________
> toaster mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/toaster
>
>
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to