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:
Scott Rifenbark
2018-05-31 09:30:45 -07:00
committed by Richard Purdie
parent a36e4fea7a
commit d2aece029e

View File

@@ -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>