diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-22 07:35:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 15:02:32 +0100 |
commit | 285931e0d4d6cd6d2a7bab68c55797df3f64cf1e (patch) | |
tree | 334a6e106a7edb846ff72f0bb4f9b65950db3535 /documentation/sdk-manual | |
parent | f1b31e9ea5b5bc328978b7936d4557c6331fcda1 (diff) | |
download | poky-285931e0d4d6cd6d2a7bab68c55797df3f64cf1e.tar.gz |
dev-manual, sdk-manual: Applied review comments for SDK movement
I applied several nits across the manuals based on reviewer
comments. All these corrections relate to the task of shuffling
topics around that have to do with the extensible SDK and the
devtool.
(From yocto-docs rev: 9f8079adc7fa2897fd885aff8e64f9721212e9c7)
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 | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index e5231233e8..1496476be9 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -26,8 +26,8 @@ | |||
26 | 26 | ||
27 | <para> | 27 | <para> |
28 | In addition to the functionality available through | 28 | In addition to the functionality available through |
29 | <filename>devtool</filename>, you can alternatively make use of | 29 | <filename>devtool</filename>, you can alternatively make use of the |
30 | the toolchain directly to work on Makefile, Autotools, and | 30 | toolchain directly, for example from Makefile, Autotools, and |
31 | Eclipse-based projects. | 31 | Eclipse-based projects. |
32 | See the | 32 | See the |
33 | "<link linkend='sdk-working-projects'>Using the SDK Toolchain Directly</link>" | 33 | "<link linkend='sdk-working-projects'>Using the SDK Toolchain Directly</link>" |
@@ -244,10 +244,6 @@ | |||
244 | number of sub-commands for each function. | 244 | number of sub-commands for each function. |
245 | You can run <filename>devtool --help</filename> to see all the | 245 | You can run <filename>devtool --help</filename> to see all the |
246 | commands. | 246 | commands. |
247 | See the | ||
248 | "<ulink url='&YOCTO_DOCS_REF_URL;#ref-devtool-reference'><filename>devtool</filename> Quick Reference</ulink>" | ||
249 | in the Yocto Project Reference Manual for a | ||
250 | <filename>devtool</filename> quick reference. | ||
251 | </para> | 247 | </para> |
252 | 248 | ||
253 | <para> | 249 | <para> |
@@ -285,8 +281,9 @@ | |||
285 | 281 | ||
286 | <para> | 282 | <para> |
287 | The remainder of this section presents the | 283 | The remainder of this section presents the |
288 | <filename>devtool add</filename> and | 284 | <filename>devtool add</filename>, |
289 | <filename>devtool modify</filename> workflows. | 285 | <filename>devtool modify</filename>, and |
286 | <filename>devtool upgrade</filename> workflows. | ||
290 | </para> | 287 | </para> |
291 | 288 | ||
292 | <section id='sdk-use-devtool-to-add-an-application'> | 289 | <section id='sdk-use-devtool-to-add-an-application'> |
@@ -874,12 +871,6 @@ | |||
874 | Any changes you want to turn into patches must be | 871 | Any changes you want to turn into patches must be |
875 | committed to the Git repository in the source tree. | 872 | committed to the Git repository in the source tree. |
876 | </note></para> | 873 | </note></para> |
877 | <para>Because there is no need to move the recipe, | ||
878 | <filename>devtool finish</filename> either updates the | ||
879 | original recipe in the original layer or the command | ||
880 | creates a <filename>.bbappend</filename> in a different | ||
881 | layer as provided by <replaceable>layer</replaceable>. | ||
882 | </para> | ||
883 | <para>As a final process of the | 874 | <para>As a final process of the |
884 | <filename>devtool finish</filename> command, the state | 875 | <filename>devtool finish</filename> command, the state |
885 | of the standard layers and the upstream source is | 876 | of the standard layers and the upstream source is |