1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

ref-manual: More review edits to closer look section.

Fixes [YOCTO #2808]

Another edit to the list in the SDK section.  Removing the
term "SDK installer" and replacing with "SDK."

(From yocto-docs rev: fec6388957a52320ad8106fab109ea95de07d42b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-08-05 16:37:33 +03:00
committed by Richard Purdie
parent 8a7e6859e9
commit 24dfbba3f4
@@ -945,17 +945,17 @@
</para></listitem> </para></listitem>
<listitem><para><link linkend='var-TOOLCHAIN_HOST_TASK'><filename>TOOLCHAIN_HOST_TASK</filename></link>: <listitem><para><link linkend='var-TOOLCHAIN_HOST_TASK'><filename>TOOLCHAIN_HOST_TASK</filename></link>:
Lists packages that make up the host Lists packages that make up the host
part of the SDK installer (i.e. the part that runs on part of the SDK (i.e. the part that runs on
the <filename>SDKMACHINE</filename>). the <filename>SDKMACHINE</filename>).
When you use When you use
<filename>bitbake -c populate_sdk &lt;imagename&gt;</filename> <filename>bitbake -c populate_sdk &lt;imagename&gt;</filename>
to create the SDK installer, a set of default packages to create the SDK, a set of default packages
apply. apply.
This variable allows you to add more packages. This variable allows you to add more packages.
</para></listitem> </para></listitem>
<listitem><para><link linkend='var-TOOLCHAIN_TARGET_TASK'><filename>TOOLCHAIN_TARGET_TASK</filename></link>: <listitem><para><link linkend='var-TOOLCHAIN_TARGET_TASK'><filename>TOOLCHAIN_TARGET_TASK</filename></link>:
Lists packages that make up the target part Lists packages that make up the target part
of the SDK installer (i.e. the part built for the of the SDK (i.e. the part built for the
target hardware). target hardware).
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>