1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00: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:
Scott Rifenbark
2018-05-31 09:30:45 -07:00
committed by Richard Purdie
parent a36e4fea7a
commit d2aece029e
+4 -4
View File
@@ -1015,8 +1015,8 @@
<title>A Closer Look at <filename>devtool add</filename></title> <title>A Closer Look at <filename>devtool add</filename></title>
<para> <para>
The <filename>devtool add</filename> command automatically creates a The <filename>devtool add</filename> command automatically creates
recipe based on the source tree with which you provide it. a recipe based on the source tree you provide with the command.
Currently, the command has support for the following: Currently, the command has support for the following:
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
@@ -1062,8 +1062,8 @@
In most cases, you need to edit the automatically generated In most cases, you need to edit the automatically generated
recipe in order to make it build properly. recipe in order to make it build properly.
Typically, you would go through several edit and build cycles Typically, you would go through several edit and build cycles
until you can build the recipe. until the recipe successfully builds.
Once the recipe can be built, you could use possible further Once the recipe builds, you could use possible further
iterations to test the recipe on the target device. iterations to test the recipe on the target device.
</note> </note>
</para> </para>