summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-23 13:34:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-23 23:04:46 +0100
commit73a2db9144984bf47d664f37fb521874b8c54203 (patch)
tree09af0407d6267c213e7cb29923dbda66d95def2b /documentation/yocto-project-qs
parent1450c9ee7270b6eb32cbaf0752a51abf6df7d6ea (diff)
downloadpoky-73a2db9144984bf47d664f37fb521874b8c54203.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Added Build Appliance
Added a blurb about the Build Appliance to the start of the QS. (From yocto-docs rev: b2766121c05740300fd5a6cea2f3b8a2f62db6e5) 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.xml20
1 files changed, 14 insertions, 6 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 9156c70eb3..812db9f165 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -21,15 +21,23 @@
21 </para> 21 </para>
22 22
23 <para> 23 <para>
24 If you know all about open-source development, Linux development environments, Git source 24 If you don't have a system that runs Linux and you want to give the Yocto Project a test run,
25 repositories and the like and you just want some quick information that lets you try out 25 you might consider using the Yocto Project Build Appliance.
26 the Yocto Project, skip right to the "<link linkend='super-user'>Super User</link>" section at 26 The Build Appliance allows you to build and boot a custom embedded Linux image with the Yocto
27 the end of this quick start. 27 Project using a non-Linux development system.
28 Otherwise, keep reading... 28 See the <ulink url='http://www.yoctoproject.org/documentation/build-appliance'>Yocto
29 Project Build Appliance</ulink> for more information.
29 </para> 30 </para>
30 31
31 <para> 32 <para>
32 This short document will give you some basic information about the environment and 33 On the other hand, if you know all about open-source development, Linux development environments,
34 Git source repositories and the like and you just want some quick information that lets you try out
35 the Yocto Project on your Linux system, skip right to the
36 "<link linkend='super-user'>Super User</link>" section at the end of this quick start.
37 </para>
38
39 <para>
40 For the rest of you, this short document will give you some basic information about the environment and
33 let you experience it in its simplest form. 41 let you experience it in its simplest form.
34 After reading this document, you will have a basic understanding of what the Yocto Project is 42 After reading this document, you will have a basic understanding of what the Yocto Project is
35 and how to use some of its core components. 43 and how to use some of its core components.