summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-07-31 15:11:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 11:59:45 +0100
commit01a4b3f0a00fc61082dbd73a6d326535f402a5be (patch)
tree986e36250c4befa228bc9a714dc0303740f49b39 /documentation
parentcfa0507589bd5338694cdfbebe7623f2fa313b7a (diff)
downloadpoky-01a4b3f0a00fc61082dbd73a6d326535f402a5be.tar.gz
ref-manual: Updates to "Building Your Recipe"
(From yocto-docs rev: 6aa1fe818c284c1d740ce8063d58c664e73d380d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-devtool-reference.xml12
1 files changed, 6 insertions, 6 deletions
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 @@
629 <title>Building Your Recipe</title> 629 <title>Building Your Recipe</title>
630 630
631 <para> 631 <para>
632 Use the <filename>devtool build</filename> command to cause the 632 Use the <filename>devtool build</filename> command to build your
633 OpenEmbedded build system to build your recipe. 633 recipe.
634 The <filename>devtool build</filename> command is equivalent to 634 The <filename>devtool build</filename> command is equivalent to
635 <filename>bitbake -c populate_sysroot</filename>. 635 the <filename>bitbake -c populate_sysroot</filename> command.
636 </para> 636 </para>
637 637
638 <para> 638 <para>
639 When you use the <filename>devtool build</filename> command, 639 When you use the <filename>devtool build</filename> command,
640 you must supply the root name of the recipe (i.e. no version, 640 you must supply the root name of the recipe (i.e. do not provide
641 paths, or extensions). 641 versions, paths, or extensions).
642 You can use either the "-s" or the "--disable-parallel-make" 642 You can use either the "-s" or the "--disable-parallel-make"
643 option to disable parallel makes during the build. 643 options to disable parallel makes during the build.
644 Here is an example: 644 Here is an example:
645 <literallayout class='monospaced'> 645 <literallayout class='monospaced'>
646 $ devtool build <replaceable>recipe</replaceable> 646 $ devtool build <replaceable>recipe</replaceable>