From: Scott Rifenbark Date: Wed, 31 Jul 2019 22:11:21 +0000 (-0700) Subject: ref-manual: Updates to "Building Your Recipe" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a4b3f0a00fc61082dbd73a6d326535f402a5be;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updates to "Building Your Recipe" (From yocto-docs rev: 6aa1fe818c284c1d740ce8063d58c664e73d380d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml index 4810d28ad10..11f7399c5a8 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