dev-manual: Fixed bitbake -c populate_sysroot example.

This was incorrectly stated as 'bitbake -c install' in two
places.  I substituted the correct string.

(From yocto-docs rev: fe54de82cff054d4319c635a0ddba2de7cc6ebd6)

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 2015-04-02 07:42:10 -07:00 committed by Richard Purdie
parent cd0800fe49
commit 82fea808eb
1 changed files with 2 additions and 2 deletions

View File

@ -1915,7 +1915,7 @@
</literallayout>
Alternatively, you can use
<filename>devtool build</filename>, which is equivalent to
<filename>bitbake -c install</filename>.
<filename>bitbake -c populate_sysroot</filename>.
For example:
<literallayout class='monospaced'>
$ devtool build <replaceable>your-project-name</replaceable>
@ -2226,7 +2226,7 @@
OpenEmbedded build system to build your software based
on the recipe file.
The <filename>devtool build</filename> command is equivalent to
<filename>bitbake -c install</filename>.
<filename>bitbake -c populate_sysroot</filename>.
Here is an example:
<literallayout class='monospaced'>
$ devtool build <replaceable>recipe</replaceable>