From 285931e0d4d6cd6d2a7bab68c55797df3f64cf1e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Sep 2016 07:35:37 -0700 Subject: [PATCH] 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 --- documentation/dev-manual/dev-manual-model.xml | 8 -------- 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 @@ 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 e5231233e8..1496476be9 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