summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-14 15:27:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:31:17 +0000
commitec047ad6bfb4bc6b559f7d5f1478829ee37b4091 (patch)
tree9e6084fe3e642ad9a2109f2c0b44c29a0542d257 /documentation
parent57ddbe847310545b3514a13b5fbe7a80f7053288 (diff)
downloadpoky-ec047ad6bfb4bc6b559f7d5f1478829ee37b4091.tar.gz
yocto-project-qs: Updated the "Next Steps" section
Fixes [YOCTO #8914] I added more detail on the types of information covered in both the dev-manual and the ref-manual bullets of the section. Also made the distinction between reference material and non-reference material. (From yocto-docs rev: e61e0bc4797c18c85ffa697d9fc0f003007746b3) 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.xml72
1 files changed, 43 insertions, 29 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 5315dfec6c..46ad906354 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -725,7 +725,7 @@
725 725
726 <para> 726 <para>
727 If you completed all the steps in the previous section then 727 If you completed all the steps in the previous section then
728 congratulations to you! 728 congratulations!
729 What now? 729 What now?
730 </para> 730 </para>
731 731
@@ -740,20 +740,24 @@
740 Visiting this site is a good way to familiarize yourself 740 Visiting this site is a good way to familiarize yourself
741 with the overall project. 741 with the overall project.
742 </para></listitem> 742 </para></listitem>
743 <listitem><para><emphasis>Explore Development Models:</emphasis> 743 <listitem><para><emphasis>Look Through the Yocto Project Development Manual:</emphasis>
744 You can see the 744 The
745 "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-model'>Common Development Models</ulink>" 745 <ulink url='&YOCTO_DOCS_DEV_URL;#dev_manual'>Yocto Project Development Manual</ulink>
746 section in the Yocto Project Development Manual 746 is a great place to get a feel for how to use the Yocto
747 to get an overview of the various ways by which 747 Project.
748 you can use the Yocto Project to develop projects. 748 The manual contains conceptual and procedural information
749 </para></listitem> 749 that covers
750 <listitem><para><emphasis>Learn Some Open Source Basics:</emphasis> 750 <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-model'>common development models</ulink>,
751 If you are new to the open source environment, you might 751 introduces
752 read the 752 <ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-newbie'>the Yocto Project open source development environment</ulink>,
753 "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-newbie'>The Yocto Project Open Source Development Environment</ulink>" 753 and describes the
754 chapter of the Yocto Project Development Manual. 754 <ulink url='&YOCTO_DOCS_DEV_URL;#workflow-using-the-adt-and-eclipse'>workflow using Eclipse™</ulink>.
755 This chapter presents overview material for open source 755 The manual also contains several targeted sections that
756 development in the context of the Yocto Project. 756 cover specific
757 <ulink url='&YOCTO_DOCS_DEV_URL;#extendpoky'>common tasks</ulink>
758 such as understanding and creating layers, customizing
759 images, writing new recipes, working with libraries, and
760 configuring and patching the kernel.
757 </para></listitem> 761 </para></listitem>
758 <listitem><para><emphasis>Learn About Application Development:</emphasis> 762 <listitem><para><emphasis>Learn About Application Development:</emphasis>
759 If your primary interests lie in developing applications, 763 If your primary interests lie in developing applications,
@@ -764,13 +768,6 @@
764 If you want to learn about BSPs, see the 768 If you want to learn about BSPs, see the
765 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>. 769 <ulink url='&YOCTO_DOCS_BSP_URL;#bsp'>Yocto Project Board Support Packages (BSP) Developer's Guide</ulink>.
766 </para></listitem> 770 </para></listitem>
767 <listitem><para><emphasis>Learn About Using Eclipse With the Yocto Project:</emphasis>
768 If you are an Eclipse user, you can learn about using the
769 Yocto Project in that development environment by reading
770 the
771 "<ulink url='&YOCTO_DOCS_DEV_URL;#workflow-using-the-adt-and-eclipse'>Workflow Using the ADT and Eclipse™</ulink>"
772 section in the Yocto Project Development Manual.
773 </para></listitem>
774 <listitem><para><emphasis>Learn About Toaster:</emphasis> 771 <listitem><para><emphasis>Learn About Toaster:</emphasis>
775 Toaster is a web interface to the Yocto Project's 772 Toaster is a web interface to the Yocto Project's
776 OpenEmbedded build system. 773 OpenEmbedded build system.
@@ -778,13 +775,30 @@
778 create images, see the 775 create images, see the
779 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>. 776 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>.
780 </para></listitem> 777 </para></listitem>
781 <listitem><para><emphasis>Explore Yocto Project Common Tasks and Technical Details:</emphasis> 778 <listitem><para><emphasis>Have Available the Yocto Project Reference Manual</emphasis>
782 If you are interested in a mix of common tasks that have to 779 The
783 do with project develop using the Yocto Project, see the 780 <ulink url='&YOCTO_DOCS_REF_URL;#ref-manual'>Yocto Project Reference Manual</ulink>,
784 "<ulink url='&YOCTO_DOCS_DEV_URL;#extendpoky'>Common Tasks</ulink>" 781 unlike the rest of the Yocto Project manual set, is
785 section of the Yocto Project Development Manual. 782 comprised of material suited for reference rather than
786 If you want more detail, see the 783 procedures.
787 <ulink url='&YOCTO_DOCS_REF_URL;#ref-manual-intro'>Yocto Project Reference Manual</ulink>. 784 You can get
785 <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky'>build details</ulink>,
786 a
787 <ulink url='&YOCTO_DOCS_REF_URL;#closer-look'>closer look</ulink>
788 at how the pieces of the Yocto Project development
789 environment work together, information on various
790 <ulink url='&YOCTO_DOCS_REF_URL;#technical-details'>technical details</ulink>,
791 guidance on
792 <ulink url='&YOCTO_DOCS_REF_URL;#migration'>migrating to a newer Yocto Project release</ulink>,
793 reference material on the
794 <ulink url='&YOCTO_DOCS_REF_URL;#ref-structure'>directory structure</ulink>,
795 <ulink url='&YOCTO_DOCS_REF_URL;#ref-classes'>classes</ulink>,
796 and
797 <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks'>tasks</ulink>.
798 The Yocto Project Reference Manual also contains a fairly
799 comprehensive
800 <ulink url='&YOCTO_DOCS_REF_URL;#ref-variables-glossary'>glossary of variables</ulink>
801 used within the Yocto Project.
788 </para></listitem> 802 </para></listitem>
789 </itemizedlist> 803 </itemizedlist>
790 </para> 804 </para>