diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-16 08:10:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:08 +0000 |
commit | 884b5281c2b725aff426a4435f631554c93728aa (patch) | |
tree | 002bcd30705561a1a66c53e1ee7500fd22c9c5f2 /documentation | |
parent | 4b423850d661342cc08964f018eb0c423a606bdc (diff) | |
download | poky-884b5281c2b725aff426a4435f631554c93728aa.tar.gz |
yocto-project-qs: Performed a read-through edit.
* Fixed some wordings
* Fixed some links for consistency
(From yocto-docs rev: 9737ba3a572140bec892ffb555241a2259bd517a)
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/yocto-project-qs/yocto-project-qs.xml | 28 |
1 files changed, 13 insertions, 15 deletions
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 @@ | |||
60 | </para> | 60 | </para> |
61 | 61 | ||
62 | <para> | 62 | <para> |
63 | This quick start is written so that you can quickly get a host | 63 | This quick start is written so that you can quickly get a |
64 | build host set up to use the Yocto Project and then build some | 64 | build host set up to use the Yocto Project and then build some |
65 | Linux images. | 65 | Linux images. |
66 | Rather than go into great detail about the Yocto Project and its | 66 | Rather than go into great detail about the Yocto Project and its |
@@ -71,7 +71,7 @@ | |||
71 | basic understanding of what the Yocto Project is and how to use | 71 | basic understanding of what the Yocto Project is and how to use |
72 | some of its core components. | 72 | some of its core components. |
73 | You will also have worked through steps to produce two images: | 73 | You will also have worked through steps to produce two images: |
74 | one suitable for emulation and one that can be used on actual | 74 | one that is suitable for emulation and one that boots on actual |
75 | hardware. | 75 | hardware. |
76 | The examples highlight the ease with which you can use the | 76 | The examples highlight the ease with which you can use the |
77 | Yocto Project to create images for multiple types of hardware. | 77 | Yocto Project to create images for multiple types of hardware. |
@@ -381,12 +381,12 @@ | |||
381 | 381 | ||
382 | <para> | 382 | <para> |
383 | Now that you have your system requirements in order, you can give | 383 | Now that you have your system requirements in order, you can give |
384 | the Yocto Project a try. | 384 | Yocto Project a try. |
385 | You can try out Yocto Project using either the command-line | 385 | You can try out Yocto Project using either the command-line |
386 | interface or using Toaster, which uses a graphical user | 386 | interface or using Toaster, which uses a graphical user |
387 | interface. | 387 | interface. |
388 | If you want to try out the Yocto Project using a GUI, see the | 388 | If you want to try out the Yocto Project using a GUI, see the |
389 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Yocto Project Toaster Manual</ulink> | 389 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink> |
390 | for information on how to install and set up Toaster. | 390 | for information on how to install and set up Toaster. |
391 | </para> | 391 | </para> |
392 | 392 | ||
@@ -550,7 +550,7 @@ | |||
550 | in the target image.</para> | 550 | in the target image.</para> |
551 | <para>For additional package manager selection | 551 | <para>For additional package manager selection |
552 | information, see the | 552 | information, see the |
553 | "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'><filename>package*.bbclass</filename></ulink>" | 553 | "<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-package'><filename>package.bbclass</filename></ulink>" |
554 | section in the Yocto Project Reference Manual. | 554 | section in the Yocto Project Reference Manual. |
555 | </para></listitem> | 555 | </para></listitem> |
556 | </itemizedlist> | 556 | </itemizedlist> |
@@ -753,7 +753,7 @@ | |||
753 | </para></listitem> | 753 | </para></listitem> |
754 | <listitem><para><emphasis>Look Through the Yocto Project Development Manual:</emphasis> | 754 | <listitem><para><emphasis>Look Through the Yocto Project Development Manual:</emphasis> |
755 | The | 755 | The |
756 | <ulink url='&YOCTO_DOCS_DEV_URL;#dev_manual'>Yocto Project Development Manual</ulink> | 756 | <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-intro'>Yocto Project Development Manual</ulink> |
757 | is a great place to get a feel for how to use the Yocto | 757 | is a great place to get a feel for how to use the Yocto |
758 | Project. | 758 | Project. |
759 | The manual contains conceptual and procedural information | 759 | The manual contains conceptual and procedural information |
@@ -770,9 +770,12 @@ | |||
770 | </para></listitem> | 770 | </para></listitem> |
771 | <listitem><para><emphasis>Look Through the Yocto Project Software Development Kit (SDK) Developer's Guide:</emphasis> | 771 | <listitem><para><emphasis>Look Through the Yocto Project Software Development Kit (SDK) Developer's Guide:</emphasis> |
772 | The | 772 | The |
773 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> | 773 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink> |
774 | describes how to use both the standard SDK and the | 774 | describes how to use both the |
775 | extensible SDK. | 775 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-using-the-standard-sdk'>standard SDK</ulink> |
776 | and the | ||
777 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>, | ||
778 | which are used primarily for application development. | ||
776 | This manual also provides an example workflow that uses | 779 | This manual also provides an example workflow that uses |
777 | the popular <trademark class='trade'>Eclipse</trademark> | 780 | the popular <trademark class='trade'>Eclipse</trademark> |
778 | development environment. | 781 | development environment. |
@@ -780,11 +783,6 @@ | |||
780 | "<ulink url='&YOCTO_DOCS_SDK_URL;#workflow-using-eclipse'>Workflow using Eclipse™</ulink>" | 783 | "<ulink url='&YOCTO_DOCS_SDK_URL;#workflow-using-eclipse'>Workflow using Eclipse™</ulink>" |
781 | section. | 784 | section. |
782 | </para></listitem> | 785 | </para></listitem> |
783 | <listitem><para><emphasis>Learn About Application Development:</emphasis> | ||
784 | If your primary interests lie in developing applications, | ||
785 | you can reference the | ||
786 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | ||
787 | </para></listitem> | ||
788 | <listitem><para><emphasis>Learn About Board Support Packages (BSPs):</emphasis> | 786 | <listitem><para><emphasis>Learn About Board Support Packages (BSPs):</emphasis> |
789 | If you want to learn about BSPs, see the | 787 | If you want to learn about BSPs, see the |
790 | <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>. | 788 | <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>. |
@@ -798,7 +796,7 @@ | |||
798 | </para></listitem> | 796 | </para></listitem> |
799 | <listitem><para><emphasis>Have Available the Yocto Project Reference Manual</emphasis> | 797 | <listitem><para><emphasis>Have Available the Yocto Project Reference Manual</emphasis> |
800 | The | 798 | The |
801 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-manual'>Yocto Project Reference Manual</ulink>, | 799 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-manual-intro'>Yocto Project Reference Manual</ulink>, |
802 | unlike the rest of the Yocto Project manual set, is | 800 | unlike the rest of the Yocto Project manual set, is |
803 | comprised of material suited for reference rather than | 801 | comprised of material suited for reference rather than |
804 | procedures. | 802 | procedures. |