[yocto] Toolchain and SDK

Trevor Woerner twoerner at gmail.com
Mon May 11 15:03:13 PDT 2015


On 05/11/15 03:52, Keskinarkaus, Teemu wrote:
>   
>
> I’ve learned that there is command: bitbake image-recipe –c
> populate_sdk that’ll create the sdk. The thing is that it contains the
> sysroots, but toolchain is not there.
>

Just to clarify, you're not literally typing "bitbake image-recipe -c
populate_sdk", are you? The "image-recipe" part should be replaced with
the actual image string you want the generate an SDK for. For example,
if you were building "bitbake core-image-minimal", then you generate its
SDK with "bitbake core-image-minimal -c populate_sdk".

>  
>
> I tried meta-toolchain – target as well, but that too didn’t make the
> toolchain or at least I couldn’t find it anywhere.
>

Have you looked in $TMPDIR/.../deploy/.../sdk ? (different version
and/or different distros put it in different places, but looking for an
"sdk" directory beneath a "deploy" directory is your best bet)



More information about the yocto mailing list