From: Scott Rifenbark Date: Thu, 22 Sep 2016 14:35:37 +0000 (-0700) Subject: dev-manual, sdk-manual: Applied review comments for SDK movement X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285931e0d4d6cd6d2a7bab68c55797df3f64cf1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 0b76ad7191a..c5c672baaea 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1239,14 +1239,6 @@ Any changes you want to turn into patches must be committed to the Git repository in the source tree. - - Because there is no need to move the recipe, - devtool finish either updates the - original recipe in the original layer or the command - creates a .bbappend in a different - layer as provided by layer. - - As a final process of the devtool finish command, the state 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 e5231233e8c..1496476be91 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -26,8 +26,8 @@ In addition to the functionality available through - devtool, you can alternatively make use of - the toolchain directly to work on Makefile, Autotools, and + devtool, you can alternatively make use of the + toolchain directly, for example from Makefile, Autotools, and Eclipse-based projects. See the "Using the SDK Toolchain Directly" @@ -244,10 +244,6 @@ number of sub-commands for each function. You can run devtool --help to see all the commands. - See the - "devtool Quick Reference" - in the Yocto Project Reference Manual for a - devtool quick reference. @@ -285,8 +281,9 @@ The remainder of this section presents the - devtool add and - devtool modify workflows. + devtool add, + devtool modify, and + devtool upgrade workflows.
@@ -874,12 +871,6 @@ Any changes you want to turn into patches must be committed to the Git repository in the source tree. - Because there is no need to move the recipe, - devtool finish either updates the - original recipe in the original layer or the command - creates a .bbappend in a different - layer as provided by layer. - As a final process of the devtool finish command, the state of the standard layers and the upstream source is