diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-31 09:30:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:38 +0100 |
commit | d2aece029eff3feca88d395c065e2e6aa781a753 (patch) | |
tree | 771ea5eea81da9e0bbe15174e218b78c51d56bc2 /documentation/sdk-manual | |
parent | a36e4fea7ac22f4ba7b95b458b09d18eaed3d5e8 (diff) | |
download | poky-d2aece029eff3feca88d395c065e2e6aa781a753.tar.gz |
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>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 8 |
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> |