aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-02 07:42:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-02 17:42:13 +0100
commit82fea808eb3c70d5af5abc2b585da537fc1aec9f (patch)
tree7dce558208b5365f646933eb2cbc1e43cfe46a9a /documentation/dev-manual/dev-manual-model.xml
parentcd0800fe49529a24228cfd4e6a7f3767f9aaa437 (diff)
downloadopenembedded-core-contrib-82fea808eb3c70d5af5abc2b585da537fc1aec9f.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index c67879ba9e..0500be356d 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -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>