diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-02 10:12:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:14 +0000 |
commit | 5cd71fe432c9bdfd3ff519543e96e8caa2b7cf6c (patch) | |
tree | 06c681e9974fb5008ed6bb1766cc82fccd899371 /documentation | |
parent | cd041b7546f3b22a0d503c8cabc9f3d5fdbdee1a (diff) | |
download | poky-5cd71fe432c9bdfd3ff519543e96e8caa2b7cf6c.tar.gz |
yocto-project-qs: Updated flow to mention Toaster
In the "Building Images" section, we just plow into the command
line experience without giving any indication of a GUI option
through which to try out the Yocto Project. I updated the
paragraph introducing the build stuff by presenting the command
line method or a GUI method via Toaster.
(From yocto-docs rev: c7d0b2e1c3f9746bdcf2ba8ded71ee14cfa17e58)
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.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 46ad906354..0d6e15292a 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -382,7 +382,18 @@ | |||
382 | <para> | 382 | <para> |
383 | Now that you have your system requirements in order, you can give | 383 | Now that you have your system requirements in order, you can give |
384 | the Yocto Project a try. | 384 | the Yocto Project a try. |
385 | This section presents steps that let you do the following: | 385 | You can try out Yocto Project using either the command-line |
386 | interface or using Toaster, which uses a graphical user | ||
387 | interface. | ||
388 | If you want to try out the Yocto Project using a GUI, see the | ||
389 | <ulink url='&YOCTO_DOCS_TOAST_URL;'>Yocto Project Toaster Manual</ulink> | ||
390 | for information on how to install and set up Toaster. | ||
391 | </para> | ||
392 | |||
393 | <para> | ||
394 | You can try out the Yocto Project using the command-line interface | ||
395 | by finishing this quick start, which presents steps that let you | ||
396 | do the following: | ||
386 | <itemizedlist> | 397 | <itemizedlist> |
387 | <listitem><para> | 398 | <listitem><para> |
388 | Build a <filename>qemux86</filename> reference image | 399 | Build a <filename>qemux86</filename> reference image |