diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-30 14:38:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:46 +0100 |
commit | f633c4294b4ee3e654a38f894f0d7c0cc1b0abcd (patch) | |
tree | 2782d462009be412141e1c6c560ee12a87b041b8 /documentation | |
parent | ef0fdb9e27bc562ab7acc7c7c4c7567fece7096a (diff) | |
download | poky-f633c4294b4ee3e654a38f894f0d7c0cc1b0abcd.tar.gz |
sdk-manual: Edits to the devtool add workflow section.
Minor edits from the read-through.
(From yocto-docs rev: d165438d3d02f3154fc59197d75ab1cb6a285320)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index cde599d682..2fd2bf0239 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -359,7 +359,7 @@ | |||
359 | corresponding append file in the workspace. | 359 | corresponding append file in the workspace. |
360 | If you do not provide | 360 | If you do not provide |
361 | <replaceable>recipe</replaceable>, the command | 361 | <replaceable>recipe</replaceable>, the command |
362 | attempts to figure out the recipe name. | 362 | makes an attempt to determine the recipe name. |
363 | </para></listitem> | 363 | </para></listitem> |
364 | <listitem><para> | 364 | <listitem><para> |
365 | <emphasis>Middle</emphasis>: | 365 | <emphasis>Middle</emphasis>: |
@@ -420,7 +420,7 @@ | |||
420 | <para>Because the extracted source code already | 420 | <para>Because the extracted source code already |
421 | exists, <filename>devtool</filename> does not | 421 | exists, <filename>devtool</filename> does not |
422 | try to relocate the source code into the | 422 | try to relocate the source code into the |
423 | workspace - only the new the recipe is placed | 423 | workspace - only the new recipe is placed |
424 | in the workspace.</para> | 424 | in the workspace.</para> |
425 | 425 | ||
426 | <para>Aside from a recipe folder, the command | 426 | <para>Aside from a recipe folder, the command |