summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-21 07:44:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:44 +0000
commit4597d2a39d6a687ca4d0c04fdca1fb679c2f281b (patch)
tree0755cb64173af126418a83268c4b0d94dc9aace9
parentef627f855d5409051567ddbf3cba7d9be1ab4979 (diff)
downloadpoky-4597d2a39d6a687ca4d0c04fdca1fb679c2f281b.tar.gz
adt-manual: Fixed example bitbake command.
The command said 'bitbake image....' where it would be better to say 'bitbake <image>...' (From yocto-docs rev: be90d647a298c88f6a1a69c66a0795dcdb5cb56b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/adt-manual/adt-prepare.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index bb35c28f25..89ef09fb24 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -593,7 +593,7 @@
593 section. 593 section.
594 </para></listitem> 594 </para></listitem>
595 <listitem><para> 595 <listitem><para>
596 Use <filename>bitbake image -c populate_sdk</filename>. 596 Use <filename>bitbake &lt;image&gt; -c populate_sdk</filename>.
597 This method has significant advantages over the previous method 597 This method has significant advantages over the previous method
598 because it results in a toolchain installer that contains the 598 because it results in a toolchain installer that contains the
599 sysroot that matches your target root filesystem. 599 sysroot that matches your target root filesystem.