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 @@
Alternatively, you can use
devtool build, which is equivalent to
- bitbake -c install.
+ bitbake -c populate_sysroot.
For example:
$ devtool build your-project-name
@@ -2226,7 +2226,7 @@
OpenEmbedded build system to build your software based
on the recipe file.
The devtool build command is equivalent to
- bitbake -c install.
+ bitbake -c populate_sysroot.
Here is an example:
$ devtool build recipe