diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-02 07:42:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-02 17:42:13 +0100 |
commit | 82fea808eb3c70d5af5abc2b585da537fc1aec9f (patch) | |
tree | 7dce558208b5365f646933eb2cbc1e43cfe46a9a | |
parent | cd0800fe49529a24228cfd4e6a7f3767f9aaa437 (diff) | |
download | poky-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>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 4 |
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 @@ | |||
1915 | </literallayout> | 1915 | </literallayout> |
1916 | Alternatively, you can use | 1916 | Alternatively, you can use |
1917 | <filename>devtool build</filename>, which is equivalent to | 1917 | <filename>devtool build</filename>, which is equivalent to |
1918 | <filename>bitbake -c install</filename>. | 1918 | <filename>bitbake -c populate_sysroot</filename>. |
1919 | For example: | 1919 | For example: |
1920 | <literallayout class='monospaced'> | 1920 | <literallayout class='monospaced'> |
1921 | $ devtool build <replaceable>your-project-name</replaceable> | 1921 | $ devtool build <replaceable>your-project-name</replaceable> |
@@ -2226,7 +2226,7 @@ | |||
2226 | OpenEmbedded build system to build your software based | 2226 | OpenEmbedded build system to build your software based |
2227 | on the recipe file. | 2227 | on the recipe file. |
2228 | The <filename>devtool build</filename> command is equivalent to | 2228 | The <filename>devtool build</filename> command is equivalent to |
2229 | <filename>bitbake -c install</filename>. | 2229 | <filename>bitbake -c populate_sysroot</filename>. |
2230 | Here is an example: | 2230 | Here is an example: |
2231 | <literallayout class='monospaced'> | 2231 | <literallayout class='monospaced'> |
2232 | $ devtool build <replaceable>recipe</replaceable> | 2232 | $ devtool build <replaceable>recipe</replaceable> |