summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-24 11:31:07 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:03 -0800
commit0e640d4952246c124eacee6d6ab98d70dc822d00 (patch)
treeaf0dbf5eb2e29996987931e7ab1ba63242fa2572 /documentation/yocto-project-qs
parent2027c9616e3ab65633b5ab231b568e913eb5ba19 (diff)
downloadpoky-0e640d4952246c124eacee6d6ab98d70dc822d00.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Welcome updated
At the suggestion of Scott Garman, I added a link to his Getting Started with the Yocto Project - New Developer Screencast Tutorial. In doing so, the list of "other helpful things to read" was turned into a list as there are three items now. (From yocto-docs rev: f43c31d9bcd0e48aced86cc917d0af5f5a48d2e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml33
1 files changed, 19 insertions, 14 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 384d091a7e..95c9ffbed9 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -20,26 +20,31 @@
20 construct complete Linux images. 20 construct complete Linux images.
21 </para> 21 </para>
22 <para> 22 <para>
23 This short document will give you some basic information about the environment as well 23 This short document will give you some basic information about the environment and
24 as let you experience it in its simplest form. 24 let you experience it in its simplest form.
25 After reading this document, you will have a basic understanding of what the Yocto Project is 25 After reading this document, you will have a basic understanding of what the Yocto Project is
26 and how to use some of its core components. 26 and how to use some of its core components.
27 This document steps you through a simple example showing you how to build a small image 27 This document steps you through a simple example showing you how to build a small image
28 and run it using the QEMU emulator. 28 and run it using the QEMU emulator.
29 </para> 29 </para>
30 <para> 30 <para>
31 For complete information on the Yocto Project, you should check out the 31 For more detailed information on the Yocto Project, you should check out these resources:
32 <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>. 32 <itemizedlist>
33 Through the website, you can find the latest builds, breaking news, full development 33 <listitem><para><emphasis>Website:</emphasis> The <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>
34 documentation, and a 34 provides the latest builds, breaking news, full development documentation, and a rich Yocto
35 rich Yocto Project Development Community into which you can tap. 35 Project Development Community into which you can tap.
36 </para> 36 </para></listitem>
37 <para> 37 <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers.
38 Finally, you might find the Frequently Asked Questions (FAQ) for the Yocto Project 38 You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on
39 at <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> and 39 a wiki, and the
40 the FAQ appendix located in 40 <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> appendix in the
41 <ulink url='&YOCTO_DOCS_REF_URL;'> 41 The Yocto Project Reference Manual.
42 The Yocto Project Reference Manual</ulink> helpful. 42 </para></listitem>
43 <listitem><para><emphasis>Developer Screencast:</emphasis> The
44 <ulink url='http://vimeo.com/36450321'>Getting Started with the Yocto Project - New
45 Developer Screencast Tutorial</ulink> provides a 30-minute video for the user
46 new to the Yocto Project but familiar with Linux build systems.</para></listitem>
47 </itemizedlist>
43 </para> 48 </para>
44 <note> 49 <note>
45 Due to production processes, there could be differences between the Yocto Project 50 Due to production processes, there could be differences between the Yocto Project