summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
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>