summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
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 /documentation/adt-manual
parentef627f855d5409051567ddbf3cba7d9be1ab4979 (diff)
downloadast2050-yocto-poky-4597d2a39d6a687ca4d0c04fdca1fb679c2f281b.zip
ast2050-yocto-poky-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>
Diffstat (limited to 'documentation/adt-manual')
-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 bb35c28..89ef09f 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -593,7 +593,7 @@
section.
</para></listitem>
<listitem><para>
- Use <filename>bitbake image -c populate_sdk</filename>.
+ Use <filename>bitbake &lt;image&gt; -c populate_sdk</filename>.
This method has significant advantages over the previous method
because it results in a toolchain installer that contains the
sysroot that matches your target root filesystem.
OpenPOWER on IntegriCloud