summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-23 07:22:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:11 +0000
commit3b410498fec06cd09731571800405320d7ff4096 (patch)
tree6a4e6f065760de6ddd1d7e7c843b48c6952a5e92 /documentation/ref-manual/introduction.xml
parenta1970eb17bc8fde08aeca1128d5286c0bbc88ebf (diff)
downloadpoky-3b410498fec06cd09731571800405320d7ff4096.tar.gz
ref-manual, dev-manual: Clarifying "native" and "sdknative"
Fixes [YOCTO #8620] I applied some review comments for the changes made to several areas in both these manuals. Minor wording fixes and the dropping of some changes as directed by Joshua Lock. (From yocto-docs rev: 71af89da612c37162ba27844c297879d643caf65) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index 750d9c681c..57e4a25853 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -450,9 +450,7 @@
450 $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh 450 $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
451 </literallayout> 451 </literallayout>
452 During execution, a prompt appears that allows you to 452 During execution, a prompt appears that allows you to
453 choose the installation directory for these tools 453 choose the installation directory.
454 designed to run on the target machine
455 (<link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>).
456 For example, you could choose the following: 454 For example, you could choose the following:
457 <literallayout class='monospaced'> 455 <literallayout class='monospaced'>
458 /home/<replaceable>your-username</replaceable>/buildtools 456 /home/<replaceable>your-username</replaceable>/buildtools
@@ -532,8 +530,7 @@
532 <listitem><para> 530 <listitem><para>
533 On the machine that does not meet the requirements, 531 On the machine that does not meet the requirements,
534 run the <filename>.sh</filename> file 532 run the <filename>.sh</filename> file
535 to install the tools built to run on the target machine 533 to install the tools.
536 (<link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>).
537 Here is an example: 534 Here is an example:
538 <literallayout class='monospaced'> 535 <literallayout class='monospaced'>
539 $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh 536 $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh