summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-23 16:20:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:43 +0000
commit874f178544b64444cc6b5cf39df6ac7814983b29 (patch)
treed5312d5bc8f6a6e68e7dec03cbe588fe7491671b /documentation/yocto-project-qs
parenta39bff8132bfb04522490230dc0bc69b99938e2c (diff)
downloadpoky-874f178544b64444cc6b5cf39df6ac7814983b29.tar.gz
yocto-project-qs: Fixed toolchain path
I messed up on a previous commit and didn't get the example path correct. This fixes it. (From yocto-docs rev: 8ecc545db862ed2a9b6b795930610a193f5ed9e6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index d9462a4415..3d6f98d5d5 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -619,7 +619,7 @@
619 development host system and a i586-tuned target architecture 619 development host system and a i586-tuned target architecture
620 based off the SDK for <filename>core-image-sato</filename>: 620 based off the SDK for <filename>core-image-sato</filename>:
621 <literallayout class='monospaced'> 621 <literallayout class='monospaced'>
622 poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh 622 poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
623 </literallayout> 623 </literallayout>
624 </para> 624 </para>
625 625