summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-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 @@
</para>
<para>
- If you know all about open-source development, Linux development environments, Git source
- repositories and the like and you just want some quick information that lets you try out
- the Yocto Project, skip right to the "<link linkend='super-user'>Super User</link>" section at
- the end of this quick start.
- Otherwise, keep reading...
+ If you don't have a system that runs Linux and you want to give the Yocto Project a test run,
+ you might consider using the Yocto Project Build Appliance.
+ The Build Appliance allows you to build and boot a custom embedded Linux image with the Yocto
+ Project using a non-Linux development system.
+ See the <ulink url='http://www.yoctoproject.org/documentation/build-appliance'>Yocto
+ Project Build Appliance</ulink> for more information.
</para>
<para>
- This short document will give you some basic information about the environment and
+ On the other hand, if you know all about open-source development, Linux development environments,
+ Git source repositories and the like and you just want some quick information that lets you try out
+ the Yocto Project on your Linux system, skip right to the
+ "<link linkend='super-user'>Super User</link>" section at the end of this quick start.
+ </para>
+
+ <para>
+ For the rest of you, this short document will give you some basic information about the environment and
let you experience it in its simplest form.
After reading this document, you will have a basic understanding of what the Yocto Project is
and how to use some of its core components.