summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-21 07:46:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:45 +0000
commit4a40d730bd96e13535f08321f312220c5a76d954 (patch)
tree6d34b29e3ceb16b53ceabff34b92cf42a0533a99
parent4597d2a39d6a687ca4d0c04fdca1fb679c2f281b (diff)
downloadpoky-4a40d730bd96e13535f08321f312220c5a76d954.tar.gz
yocto-project-qs: Updated example toolchain command.
This command was wrong. (From yocto-docs rev: bea7cae5651163e4121b0f5dedeb7d3c6de40705) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 2419fcf570..d86518ea09 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -627,7 +627,7 @@
627 The Yocto Project builds toolchain installers using the 627 The Yocto Project builds toolchain installers using the
628 following BitBake command: 628 following BitBake command:
629 629
630 bitbake core-image-sato -c do_populatesdk core-image-sato 630 bitbake core-image-sato -c populate_sdk
631 631
632 &lt;<emphasis>arch</emphasis>&gt; is a string representing the tuned target architecture: 632 &lt;<emphasis>arch</emphasis>&gt; is a string representing the tuned target architecture:
633 633