1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2019-07-31 15:11:21 -07:00
committed by Richard Purdie
parent c4680d0c06
commit e4ceb7fcdc
@@ -629,18 +629,18 @@
<title>Building Your Recipe</title> <title>Building Your Recipe</title>
<para> <para>
Use the <filename>devtool build</filename> command to cause the Use the <filename>devtool build</filename> command to build your
OpenEmbedded build system to build your recipe. recipe.
The <filename>devtool build</filename> command is equivalent to The <filename>devtool build</filename> command is equivalent to
<filename>bitbake -c populate_sysroot</filename>. the <filename>bitbake -c populate_sysroot</filename> command.
</para> </para>
<para> <para>
When you use the <filename>devtool build</filename> command, When you use the <filename>devtool build</filename> command,
you must supply the root name of the recipe (i.e. no version, you must supply the root name of the recipe (i.e. do not provide
paths, or extensions). versions, paths, or extensions).
You can use either the "-s" or the "--disable-parallel-make" 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: Here is an example:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ devtool build <replaceable>recipe</replaceable> $ devtool build <replaceable>recipe</replaceable>