]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Added Toaster to the list of ways to develop.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 21 Apr 2015 17:45:54 +0000 (10:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:07:33 +0000 (11:07 +0100)
I put this in the intro list for the section that presents various
ways to use YP.

(From yocto-docs rev: 05f924f799a1f1396bf7154b298aabc3d06ad1d7)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-model.xml

index 0500be356d597c968e0dcaa8692c8fcae6c1da29..9a26dd3bda143649448ddb301c6b1b968f9cf630 100644 (file)
     Yocto Project:
     <itemizedlist>
         <listitem><para><emphasis>System Development:</emphasis>
-             System Development covers Board Support Package (BSP) development and kernel
-             modification or configuration.
+             System Development covers Board Support Package (BSP) development
+             and kernel modification or configuration.
              For an example on how to create a BSP, see the
              "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>"
-             section in the Yocto Project Board Support Package (BSP) Developer's Guide.
-             For more complete information on how to work with the kernel, see the
+             section in the Yocto Project Board Support Package (BSP)
+             Developer's Guide.
+             For more complete information on how to work with the kernel,
+             see the
              <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>.
              </para></listitem>
          <listitem><para><emphasis>User Application Development:</emphasis>
-             User Application Development covers development of applications that you intend
-             to run on target hardware.
-             For information on how to set up your host development system for user-space
-             application development, see the
+             User Application Development covers development of applications
+             that you intend to run on target hardware.
+             For information on how to set up your host development system for
+             user-space application development, see the
              <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>.
-             For a simple example of user-space application development using the
-             <trademark class='trade'>Eclipse</trademark> IDE, see the
+             For a simple example of user-space application development using
+             the <trademark class='trade'>Eclipse</trademark> IDE, see the
              "<link linkend='application-development-workflow'>Application
              Development Workflow</link>" section.
              </para></listitem>
          <listitem><para><emphasis>Temporary Source Code Modification:</emphasis>
-             Direct modification of temporary source code is a convenient development model
-             to quickly iterate and develop towards a solution.
-             Once you implement the solution, you should of course take steps to
-             get the changes upstream and applied in the affected recipes.</para></listitem>
+             Direct modification of temporary source code is a convenient
+             development model to quickly iterate and develop towards a
+             solution.
+             Once you implement the solution, you should of course take
+             steps to get the changes upstream and applied in the affected
+             recipes.
+             </para></listitem>
+         <listitem><para><emphasis>Image Development using Toaster:</emphasis>
+             You can use <ulink url='&YOCTO_HOME_URL;/Tools-resources/projects/toaster'>Toaster</ulink>
+             to build custom operating system images within the build
+             environment.
+             Toaster provides an efficient interface to the OpenEmbedded build
+             that allows you to start builds and examine build statistics.
+             </para></listitem>
          <listitem><para><emphasis>Image Development using Hob:</emphasis>
-             You can use the <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink> to build
-             custom operating system images within the build environment.
-             Hob provides an efficient interface to the OpenEmbedded build system.</para></listitem>
+             You can use the <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink>
+             to build custom operating system images within the build
+             environment.
+             Hob provides an efficient interface to the OpenEmbedded build system.
+             </para></listitem>
          <listitem><para><emphasis>Using a Development Shell:</emphasis>
-             You can use a <filename>devshell</filename> to efficiently debug commands or simply
-             edit packages.
-             Working inside a development shell is a quick way to set up the OpenEmbedded build
-             environment to work on parts of a project.</para></listitem>
+             You can use a <filename>devshell</filename> to efficiently debug
+             commands or simply edit packages.
+             Working inside a development shell is a quick way to set up the
+             OpenEmbedded build environment to work on parts of a project.
+             </para></listitem>
      </itemizedlist>
 </para>