diff options
-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> |