summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-17 10:41:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:17:50 +0100
commitf58bd67e4bfb06cd1535f9420a8a1bb5cac2a3e0 (patch)
tree67ccb5ad66ff55ebd6e7287f3b332817fe7ea3c3 /documentation/ref-manual
parent7211597871c5b81a9ca2a9ecda0069c95f66be00 (diff)
downloadpoky-f58bd67e4bfb06cd1535f9420a8a1bb5cac2a3e0.tar.gz
ref-manual: Updated buildtools example script
(From yocto-docs rev: f9d46c43a2f5961fb9bda6758f8c2cdeef100281) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-system-requirements.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml
index 9e45787be6..aea1fdf187 100644
--- a/documentation/ref-manual/ref-system-requirements.xml
+++ b/documentation/ref-manual/ref-system-requirements.xml
@@ -454,7 +454,7 @@
454 to install the tools. 454 to install the tools.
455 Here is an example: 455 Here is an example:
456 <literallayout class='monospaced'> 456 <literallayout class='monospaced'>
457 $ sh poky-glibc-x86_64-buildtools-tarball-x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh 457 $ sh ~/Downloads/x86_64-buildtools-nativesdk-standalone-&DISTRO;.sh
458 </literallayout> 458 </literallayout>
459 During execution, a prompt appears that allows you to 459 During execution, a prompt appears that allows you to
460 choose the installation directory. 460 choose the installation directory.