diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml index 4810d28ad1..11f7399c5a 100644 --- a/documentation/ref-manual/ref-devtool-reference.xml +++ b/documentation/ref-manual/ref-devtool-reference.xml @@ -629,18 +629,18 @@ Building Your Recipe - Use the devtool build command to cause the - OpenEmbedded build system to build your recipe. + Use the devtool build command to build your + recipe. The devtool build command is equivalent to - bitbake -c populate_sysroot. + the bitbake -c populate_sysroot command. When you use the devtool build command, - you must supply the root name of the recipe (i.e. no version, - paths, or extensions). + you must supply the root name of the recipe (i.e. do not provide + versions, paths, or extensions). You can use either the "-s" or the "--disable-parallel-make" - option to disable parallel makes during the build. + options to disable parallel makes during the build. Here is an example: $ devtool build recipe