diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 5aabb43af4..8b31c049b1 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -60,7 +60,7 @@ - This quick start is written so that you can quickly get a host + This quick start is written so that you can quickly get a build host set up to use the Yocto Project and then build some Linux images. Rather than go into great detail about the Yocto Project and its @@ -71,7 +71,7 @@ basic understanding of what the Yocto Project is and how to use some of its core components. You will also have worked through steps to produce two images: - one suitable for emulation and one that can be used on actual + one that is suitable for emulation and one that boots on actual hardware. The examples highlight the ease with which you can use the Yocto Project to create images for multiple types of hardware. @@ -381,12 +381,12 @@ Now that you have your system requirements in order, you can give - the Yocto Project a try. + Yocto Project a try. You can try out Yocto Project using either the command-line interface or using Toaster, which uses a graphical user interface. If you want to try out the Yocto Project using a GUI, see the - Yocto Project Toaster Manual + Toaster User Manual for information on how to install and set up Toaster. @@ -550,7 +550,7 @@ in the target image. For additional package manager selection information, see the - "package*.bbclass" + "package.bbclass" section in the Yocto Project Reference Manual. @@ -753,7 +753,7 @@ Look Through the Yocto Project Development Manual: The - Yocto Project Development Manual + Yocto Project Development Manual is a great place to get a feel for how to use the Yocto Project. The manual contains conceptual and procedural information @@ -770,9 +770,12 @@ Look Through the Yocto Project Software Development Kit (SDK) Developer's Guide: The - Yocto Project Software Development Kit (SDK) Developer's Guide - describes how to use both the standard SDK and the - extensible SDK. + Yocto Project Software Development Kit (SDK) Developer's Guide + describes how to use both the + standard SDK + and the + extensible SDK, + which are used primarily for application development. This manual also provides an example workflow that uses the popular Eclipse development environment. @@ -780,11 +783,6 @@ "Workflow using Eclipseâ„¢" section. - Learn About Application Development: - If your primary interests lie in developing applications, - you can reference the - Yocto Project Software Development Kit (SDK) Developer's Guide. - Learn About Board Support Packages (BSPs): If you want to learn about BSPs, see the Yocto Project Board Support Packages (BSP) Developer's Guide. @@ -798,7 +796,7 @@ Have Available the Yocto Project Reference Manual The - Yocto Project Reference Manual, + Yocto Project Reference Manual, unlike the rest of the Yocto Project manual set, is comprised of material suited for reference rather than procedures.