diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 33 |
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 |