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>
This commit is contained in:
Scott Rifenbark 2014-03-21 07:44:23 -06:00 committed by Richard Purdie
parent ef627f855d
commit 4597d2a39d
1 changed files with 1 additions and 1 deletions

View File

@ -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.