summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-31 09:30:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commit34f381ee26279fabea26773444d5eff3775564b8 (patch)
tree76921f92def429ecbfbe75a59951d53535f1b51b /documentation/sdk-manual
parent11e0ec39fdb542e7312dc81a9be1d030cc3af721 (diff)
downloadpoky-34f381ee26279fabea26773444d5eff3775564b8.tar.gz
sdk-manual: Edits to "A Closer look at devtool add" section.
Corrected some prose to be clearer. (From yocto-docs rev: c73f3d486fab555e6c6ac3dd1f5fbaf4d531ab29) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 82f123be71..1309cd0c4c 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -1015,8 +1015,8 @@
1015 <title>A Closer Look at <filename>devtool add</filename></title> 1015 <title>A Closer Look at <filename>devtool add</filename></title>
1016 1016
1017 <para> 1017 <para>
1018 The <filename>devtool add</filename> command automatically creates a 1018 The <filename>devtool add</filename> command automatically creates
1019 recipe based on the source tree with which you provide it. 1019 a recipe based on the source tree you provide with the command.
1020 Currently, the command has support for the following: 1020 Currently, the command has support for the following:
1021 <itemizedlist> 1021 <itemizedlist>
1022 <listitem><para> 1022 <listitem><para>
@@ -1062,8 +1062,8 @@
1062 In most cases, you need to edit the automatically generated 1062 In most cases, you need to edit the automatically generated
1063 recipe in order to make it build properly. 1063 recipe in order to make it build properly.
1064 Typically, you would go through several edit and build cycles 1064 Typically, you would go through several edit and build cycles
1065 until you can build the recipe. 1065 until the recipe successfully builds.
1066 Once the recipe can be built, you could use possible further 1066 Once the recipe builds, you could use possible further
1067 iterations to test the recipe on the target device. 1067 iterations to test the recipe on the target device.
1068 </note> 1068 </note>
1069 </para> 1069 </para>