summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
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/sdk-manual
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/sdk-manual')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index 415cf679ee..2fd1a7ef6f 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -235,6 +235,13 @@
235 you build, test and package software within the extensible SDK, and 235 you build, test and package software within the extensible SDK, and
236 optionally integrate it into an image built by the OpenEmbedded 236 optionally integrate it into an image built by the OpenEmbedded
237 build system. 237 build system.
238 <note><title>Tip</title>
239 The use of <filename>devtool</filename> is not limited to
240 the extensible SDK.
241 You can use <filename>devtool</filename> to help you easily
242 develop any project whose build output must be part of an
243 image built using the OpenEmbedded build system.
244 </note>
238 </para> 245 </para>
239 246
240 <para> 247 <para>
@@ -244,6 +251,12 @@
244 number of sub-commands for each function. 251 number of sub-commands for each function.
245 You can run <filename>devtool --help</filename> to see all the 252 You can run <filename>devtool --help</filename> to see all the
246 commands. 253 commands.
254 <note>
255 See the
256 "<ulink url='&YOCTO_DOCS_REF_URL;#ref-devtool-reference'><filename>devtool</filename>&nbsp;Quick Reference</ulink>"
257 in the Yocto Project Reference Manual for a
258 <filename>devtool</filename> quick reference.
259 </note>
247 </para> 260 </para>
248 261
249 <para> 262 <para>
@@ -1262,7 +1275,7 @@
1262 <title>Working With Recipes</title> 1275 <title>Working With Recipes</title>
1263 1276
1264 <para> 1277 <para>
1265 When building a recipe with <filename>devtool build</filename> the 1278 When building a recipe with <filename>devtool build</filename>, the
1266 typical build progression is as follows: 1279 typical build progression is as follows:
1267 <orderedlist> 1280 <orderedlist>
1268 <listitem><para> 1281 <listitem><para>