From 01a4b3f0a00fc61082dbd73a6d326535f402a5be Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 31 Jul 2019 15:11:21 -0700 Subject: ref-manual: Updates to "Building Your Recipe" (From yocto-docs rev: 6aa1fe818c284c1d740ce8063d58c664e73d380d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-devtool-reference.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf