* Toolchain and SDK
@ 2015-05-11 7:52 Keskinarkaus, Teemu
2015-05-11 22:03 ` Trevor Woerner
0 siblings, 1 reply; 3+ messages in thread
From: Keskinarkaus, Teemu @ 2015-05-11 7:52 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]
Hi,
I'm sure (or at least hope so) that there is documentation for this, but I just couldn't find it.
We are using Yocto to build Linux images on couple different HW (x86 and imx6). Now we would like to make SDK (with toolchain) for them.
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.
I tried meta-toolchain - target as well, but that too didn't make the toolchain or at least I couldn't find it anywhere.
How should I do the sdk that it comes with the toolchain also? I'm using Yocto versions 1.6.1 and 1.7.1.
Teemu Keskinarkaus
Software system engineer
Cell: +358 400 330047
Fax: +358 207 669199
www.maximatecc.com<http://www.maximatecc.com/>
maximatecc
making machines smart, safe and productive
________________________________
Actuant Corporation Email Notice
This message is intended only for the use of the Addressee and may contain information that is PRIVILEGED and/or CONFIDENTIAL.
This email is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this email is not an intended recipient, you have received this email in error and any review, dissemination, distribution or copying is strictly prohibited.
If you have received this email in error, please notify the sender immediately by return mail and permanently delete the copy you received.
Thank you.
[-- Attachment #2: Type: text/html, Size: 5588 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Toolchain and SDK
2015-05-11 7:52 Toolchain and SDK Keskinarkaus, Teemu
@ 2015-05-11 22:03 ` Trevor Woerner
2015-05-12 5:22 ` Keskinarkaus, Teemu
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2015-05-11 22:03 UTC (permalink / raw)
To: Keskinarkaus, Teemu, yocto@yoctoproject.org
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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Toolchain and SDK
2015-05-11 22:03 ` Trevor Woerner
@ 2015-05-12 5:22 ` Keskinarkaus, Teemu
0 siblings, 0 replies; 3+ messages in thread
From: Keskinarkaus, Teemu @ 2015-05-12 5:22 UTC (permalink / raw)
To: Trevor Woerner, yocto@yoctoproject.org
Yeah, I forgot that I need to be more precise here. Of course I'm using the actual recipe name and not the 'image-recipe'.
It turns out that the toolchain was included after all. Just took me awhile to find it there since it was so well hidden there!
Teemu Keskinarkaus
Software system engineer
maximatecc
making machines smart, safe and productive
> -----Original Message-----
> From: Trevor Woerner [mailto:twoerner@gmail.com]
> Sent: 12. toukokuuta 2015 1:03
> To: Keskinarkaus, Teemu; yocto@yoctoproject.org
> Subject: Re: [yocto] Toolchain and SDK
>
> 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)
________________________________
Actuant Corporation Email Notice
This message is intended only for the use of the Addressee and may contain information that is PRIVILEGED and/or CONFIDENTIAL.
This email is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this email is not an intended recipient, you have received this email in error and any review, dissemination, distribution or copying is strictly prohibited.
If you have received this email in error, please notify the sender immediately by return mail and permanently delete the copy you received.
Thank you.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-12 5:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 7:52 Toolchain and SDK Keskinarkaus, Teemu
2015-05-11 22:03 ` Trevor Woerner
2015-05-12 5:22 ` Keskinarkaus, Teemu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.