mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02: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:
committed by
Richard Purdie
parent
c4680d0c06
commit
e4ceb7fcdc
@@ -629,18 +629,18 @@
|
||||
<title>Building Your Recipe</title>
|
||||
|
||||
<para>
|
||||
Use the <filename>devtool build</filename> command to cause the
|
||||
OpenEmbedded build system to build your recipe.
|
||||
Use the <filename>devtool build</filename> command to build your
|
||||
recipe.
|
||||
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>
|
||||
When you use the <filename>devtool build</filename> 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:
|
||||
<literallayout class='monospaced'>
|
||||
$ devtool build <replaceable>recipe</replaceable>
|
||||
|
||||
Reference in New Issue
Block a user