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 12:00:00 +0100
commite4ceb7fcdca3ec90d85796a7234e5554a518ca33 (patch)
tree916bb1db6590aead10843e9490968b87f59f7b0d /documentation
parentc4680d0c06b67259a929070561310b69ae888e39 (diff)
downloadpoky-e4ceb7fcdca3ec90d85796a7234e5554a518ca33.tar.gz
ref-manual: Updates to "Building Your Recipe"
(From yocto-docs rev: aa68a20154dca8541dfbff8c5694c35bdbf51037) 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>