summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-16 15:42:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:11 +0000
commitc5b4f69821c7b5ef9047c41198535eb900ea7b94 (patch)
tree9bf773203722b215065ade66f4d2fbde201d4ffd /documentation/dev-manual/dev-manual-start.xml
parent952bcc7fd5470e534f71150a5a5b36d8b520679e (diff)
downloadpoky-c5b4f69821c7b5ef9047c41198535eb900ea7b94.tar.gz
ref-manual, dev-manual: Clarification of "native" and "sdknative"
Fixes [YOCTO #8620] I went through and made some judgement calls on the use of "native" and "sdknative". I tried to make sure that the reader understood the real meaning of these terms. (From yocto-docs rev: d711e8c6dfb32a4ad79e9d11dbf44fbc759d0245) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index db989b7bfa..9f349adcdd 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -341,14 +341,17 @@
341 </para> 341 </para>
342 342
343 <para> 343 <para>
344 Using a pre-built binary is ideal for developing software applications to run on your 344 Using a pre-built binary is ideal for developing software
345 target hardware. 345 applications to run on your target hardware.
346 To do this, you need to be able to access the appropriate cross-toolchain tarball for 346 To do this, you need to be able to access the appropriate
347 the architecture on which you are developing. 347 cross-toolchain tarball for the architecture on which you are
348 If you are using an SDK type image, the image ships with the complete toolchain native to 348 developing.
349 the architecture. 349 If you are using an SDK type image, the image ships with the complete
350 If you are not using an SDK type image, you need to separately download and 350 toolchain native to the architecture (i.e. a toolchain designed to
351 install the stand-alone Yocto Project cross-toolchain tarball. 351 run on the
352 <ulink url='&YOCTO_DOCS_REF_URL;#var-SDKMACHINE'><filename>SDKMACHINE</filename></ulink>).
353 If you are not using an SDK type image, you need to separately download
354 and install the stand-alone Yocto Project cross-toolchain tarball.
352 </para> 355 </para>
353 356
354 <para> 357 <para>