mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
sdk-manual: Edits to "A Closer look at devtool add" section.
Corrected some prose to be clearer. (From yocto-docs rev: 9ab0ef0c00792f07f3b45466baeafe30199f048f) 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
a36e4fea7a
commit
d2aece029e
@@ -1015,8 +1015,8 @@
|
||||
<title>A Closer Look at <filename>devtool add</filename></title>
|
||||
|
||||
<para>
|
||||
The <filename>devtool add</filename> command automatically creates a
|
||||
recipe based on the source tree with which you provide it.
|
||||
The <filename>devtool add</filename> command automatically creates
|
||||
a recipe based on the source tree you provide with the command.
|
||||
Currently, the command has support for the following:
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
@@ -1062,8 +1062,8 @@
|
||||
In most cases, you need to edit the automatically generated
|
||||
recipe in order to make it build properly.
|
||||
Typically, you would go through several edit and build cycles
|
||||
until you can build the recipe.
|
||||
Once the recipe can be built, you could use possible further
|
||||
until the recipe successfully builds.
|
||||
Once the recipe builds, you could use possible further
|
||||
iterations to test the recipe on the target device.
|
||||
</note>
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user