diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 8 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 19 |
2 files changed, 5 insertions, 22 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 0b76ad7191..c5c672baae 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1239,14 +1239,6 @@ | |||
1239 | Any changes you want to turn into patches must be | 1239 | Any changes you want to turn into patches must be |
1240 | committed to the Git repository in the source tree. | 1240 | committed to the Git repository in the source tree. |
1241 | </note></para> | 1241 | </note></para> |
1242 | |||
1243 | <para>Because there is no need to move the recipe, | ||
1244 | <filename>devtool finish</filename> either updates the | ||
1245 | original recipe in the original layer or the command | ||
1246 | creates a <filename>.bbappend</filename> in a different | ||
1247 | layer as provided by <replaceable>layer</replaceable>. | ||
1248 | </para> | ||
1249 | |||
1250 | <para>As a final process of the | 1242 | <para>As a final process of the |
1251 | <filename>devtool finish</filename> command, the state | 1243 | <filename>devtool finish</filename> command, the state |
1252 | of the standard layers and the upstream source is | 1244 | of the standard layers and the upstream source is |
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 |