From 34f381ee26279fabea26773444d5eff3775564b8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 09:30:45 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ A Closer Look at <filename>devtool add</filename> - The devtool add command automatically creates a - recipe based on the source tree with which you provide it. + The devtool add command automatically creates + a recipe based on the source tree you provide with the command. Currently, the command has support for the following: @@ -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. -- cgit v1.2.3-54-g00ecf