diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-devtool-reference.xml | 12 |
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> |