From: Scott Rifenbark Date: Mon, 5 Aug 2013 13:37:33 +0000 (+0300) Subject: ref-manual: More review edits to closer look section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24dfbba3f4b753cd324ea29341ced61518a76027;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index d8704da314a..565dcd5be0d 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -945,17 +945,17 @@ TOOLCHAIN_HOST_TASK: 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 SDKMACHINE). When you use bitbake -c populate_sdk <imagename> - to create the SDK installer, a set of default packages + to create the SDK, a set of default packages apply. This variable allows you to add more packages. TOOLCHAIN_TARGET_TASK: 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).