summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-29 07:04:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-12 00:28:14 +0100
commit7d2d54683c05637ea7ec048f7afc3fd45fb58e7f (patch)
tree2e5e4bd405cff46491480096b3e888873346346b /documentation
parentfbdb36a5681c57679aae27e868266a9cb66e104d (diff)
downloadpoky-7d2d54683c05637ea7ec048f7afc3fd45fb58e7f.tar.gz
dev-manual: Removed Toaster development flow
Fixes [YOCTO #11630] Took the small reference section out for developing an image using toaster. This was just a pointer to the toaster manual. (From yocto-docs rev: 8dcce4411aaa5d1d8fe2c809166a947d0e38a97b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index f400ed4fe7..30428b22f3 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -30,13 +30,6 @@
30 steps to get the changes upstream and applied in the affected 30 steps to get the changes upstream and applied in the affected
31 recipes. 31 recipes.
32 </para></listitem> 32 </para></listitem>
33 <listitem><para><emphasis>Image Development using Toaster:</emphasis>
34 You can use <ulink url='&YOCTO_HOME_URL;/Tools-resources/projects/toaster'>Toaster</ulink>
35 to build custom operating system images within the build
36 environment.
37 Toaster provides an efficient interface to the OpenEmbedded build
38 that allows you to start builds and examine build statistics.
39 </para></listitem>
40 <listitem><para><emphasis>Using a Development Shell:</emphasis> 33 <listitem><para><emphasis>Using a Development Shell:</emphasis>
41 You can use a 34 You can use a
42 <link linkend='platdev-appdev-devshell'><filename>devshell</filename></link> 35 <link linkend='platdev-appdev-devshell'><filename>devshell</filename></link>
@@ -1245,20 +1238,6 @@
1245 </section> 1238 </section>
1246</section> 1239</section>
1247 1240
1248<section id='image-development-using-toaster'>
1249 <title>Image Development Using Toaster</title>
1250
1251 <para>
1252 Toaster is a web interface to the Yocto Project's OpenEmbedded build
1253 system.
1254 You can initiate builds using Toaster as well as examine the results
1255 and statistics of builds.
1256 See the
1257 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>
1258 for information on how to set up and use Toaster to build images.
1259 </para>
1260</section>
1261
1262<section id="platdev-appdev-devshell"> 1241<section id="platdev-appdev-devshell">
1263 <title>Using a Development Shell</title> 1242 <title>Using a Development Shell</title>
1264 1243