diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-05 16:37:33 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:49 +0100 |
| commit | 24dfbba3f4b753cd324ea29341ced61518a76027 (patch) | |
| tree | 9a54d2901caecdf9d8c21ae311177122a12595cf | |
| parent | 8a7e6859e9c8ec1b0898ea383747e8341b0d994a (diff) | |
| download | poky-24dfbba3f4b753cd324ea29341ced61518a76027.tar.gz | |
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>
| -rw-r--r-- | documentation/ref-manual/technical-details.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index d8704da314..565dcd5be0 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
| @@ -945,17 +945,17 @@ | |||
| 945 | </para></listitem> | 945 | </para></listitem> |
| 946 | <listitem><para><link linkend='var-TOOLCHAIN_HOST_TASK'><filename>TOOLCHAIN_HOST_TASK</filename></link>: | 946 | <listitem><para><link linkend='var-TOOLCHAIN_HOST_TASK'><filename>TOOLCHAIN_HOST_TASK</filename></link>: |
| 947 | Lists packages that make up the host | 947 | Lists packages that make up the host |
| 948 | part of the SDK installer (i.e. the part that runs on | 948 | part of the SDK (i.e. the part that runs on |
| 949 | the <filename>SDKMACHINE</filename>). | 949 | the <filename>SDKMACHINE</filename>). |
| 950 | When you use | 950 | When you use |
| 951 | <filename>bitbake -c populate_sdk <imagename></filename> | 951 | <filename>bitbake -c populate_sdk <imagename></filename> |
| 952 | to create the SDK installer, a set of default packages | 952 | to create the SDK, a set of default packages |
| 953 | apply. | 953 | apply. |
| 954 | This variable allows you to add more packages. | 954 | This variable allows you to add more packages. |
| 955 | </para></listitem> | 955 | </para></listitem> |
| 956 | <listitem><para><link linkend='var-TOOLCHAIN_TARGET_TASK'><filename>TOOLCHAIN_TARGET_TASK</filename></link>: | 956 | <listitem><para><link linkend='var-TOOLCHAIN_TARGET_TASK'><filename>TOOLCHAIN_TARGET_TASK</filename></link>: |
| 957 | Lists packages that make up the target part | 957 | Lists packages that make up the target part |
| 958 | of the SDK installer (i.e. the part built for the | 958 | of the SDK (i.e. the part built for the |
| 959 | target hardware). | 959 | target hardware). |
| 960 | </para></listitem> | 960 | </para></listitem> |
| 961 | </itemizedlist> | 961 | </itemizedlist> |
