summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-07-03 15:27:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:15 +0100
commit293b53674c1c97a29a8beaffc82130e90c0d3c2b (patch)
treeceb465c56599a684e7041803100a94f4646dab92 /documentation/dev-manual/dev-manual-start.xml
parentb15a65b8ea60032cf113196420a16183d0a0585a (diff)
downloadpoky-293b53674c1c97a29a8beaffc82130e90c0d3c2b.tar.gz
documentation: Moved devtool workflow to sdk manual
Fixes [YOCTO #11630] The section on the devtool workflow in the dev-manual was 99% identical to what was in the sdk-manual. I have moved the workflow procedure from the old "Model" chapter of the dev-manual to be merged with what was in the sdk-manual. In truth, the only things added were a note about devtool not being exclusive to SDK development. The result of moving (deleting) this section was that the "model" chapter of the dev-manual went away. The devtool stuff, Quilt, devshell, and python shell are all out now and there is no chapter left. So, mega-manual had to be adjusted to not pull that chapter in when building the dev-manual. I had to delete three figures that were used in the flow. The figures were already replicated in the sdk-manual. The figures were deleted from the figures folder of both the dev-manual and the mega-manual. I had to make sure all references to the old devtool stuf in the YP doc set were adjusted. (From yocto-docs rev: 5dbd643d31ab502df53a22229e457a03da7772b7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r--documentation/dev-manual/dev-manual-start.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 37576537b4..09b13c7783 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -199,10 +199,10 @@
199 <title>Setting Up to Work on a Kernel</title> 199 <title>Setting Up to Work on a Kernel</title>
200 200
201 <para> 201 <para>
202 Kernel development is best accomplished using the 202 Kernel development is best accomplished using
203 <filename>devtool</filename> tool and not through traditional 203 <ulink url='&YOCTO_DOCS_SDK_URL;#using-devtool-in-your-sdk-workflow'><filename>devtool</filename></ulink>
204 kernel workflow methods. 204 and not through traditional kernel workflow methods.
205 This section provides procedures for both. 205 This section provides procedures to set up for both.
206 </para> 206 </para>
207 207
208 <section id='getting-ready-to-develop-using-devtool'> 208 <section id='getting-ready-to-develop-using-devtool'>