[OE-core] SDK meta-toolchain

Mark Hatle mark.hatle at windriver.com
Tue May 7 17:00:58 UTC 2013


On 5/7/13 11:49 AM, Trevor Woerner wrote:
> On Tue, May 7, 2013 at 12:36 PM, Mark Hatle <mark.hatle at windriver.com> wrote:
>> There are two ways to generate an SDK.
>>
>> * targeted SDK -- This is a meta-toolchain* recipe that lists -exactly- what
>> is going to be in the SDK.  This is great if you want to limit your SDK to
>> specific libraries for your application developers.
>
> Is this the one created using:
>
>      $ bitbake meta-toolchain
>
> ?
>
>> * implied / image based SDK -- This type of SDK bases off of what is in the
>> image to generate an SDK that contains all of the libraries that are
>> runnable inside of the image.  This is a very simple way to generate an SDK
>> for application developers that -will- match the run-time image.
>
> Is this the one created by:
>
>      $ bitbake -c populate_sdk <image>
>
> ?
>

Yes to both questions.

--Mark




More information about the Openembedded-core mailing list