summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-03-31 13:31:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-31 22:58:36 +0100
commitbcc817ee058bbab91d6e88a3e1e867a4ff09aeca (patch)
tree4d20d054176ee2852d489b966d60faf3f3961659 /documentation
parent4a38ab53e096e7b966814ebaba223fe8a304b332 (diff)
downloadpoky-bcc817ee058bbab91d6e88a3e1e867a4ff09aeca.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: Edits plus Matt Madison note regarding older host systems
I made a few small edits and I added a reference to the wiki page 'https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4' that has entries for older development hosts. Right now all that is there is the RHEL4 notes but the wiki page can be expanded as needed. (From OE-Core rev: a23acbd48ee911d9882a78491280977fb62ea156) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 2936fde92a..f011f09860 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -91,11 +91,11 @@
91 </itemizedlist> 91 </itemizedlist>
92 92
93 <para> 93 <para>
94 Yocto Project can generate images for many kinds of devices. 94 The Yocto Project can generate images for many kinds of devices.
95 However, the standard example machines target QEMU full system emulation for x86, ARM, MIPS, 95 However, the standard example machines target QEMU full system emulation for x86, ARM, MIPS,
96 and PPC based architectures as well as specific hardware such as the Intel Desktop Board 96 and PPC-based architectures as well as specific hardware such as the Intel Desktop Board
97 DH55TC. 97 DH55TC.
98 Because an image developed with Yocto Project can boot inside a QEMU emulator, the 98 Because an image developed with the Yocto Project can boot inside a QEMU emulator, the
99 development environment works nicely as a test platform for developing embedded software. 99 development environment works nicely as a test platform for developing embedded software.
100 </para> 100 </para>
101 101
@@ -103,7 +103,7 @@
103 Another important Yocto Project feature is the Sato reference User Interface. 103 Another important Yocto Project feature is the Sato reference User Interface.
104 This optional GNOME mobile-based UI, which is intended for devices with 104 This optional GNOME mobile-based UI, which is intended for devices with
105 resolution but restricted size screens, sits neatly on top of a device using the 105 resolution but restricted size screens, sits neatly on top of a device using the
106 GNOME Mobile Stack providing a well defined user experience. 106 GNOME Mobile Stack providing a well-defined user experience.
107 Implemented in its own layer, it makes it clear to developers how they can implement 107 Implemented in its own layer, it makes it clear to developers how they can implement
108 their own UIs on top of Yocto Linux. 108 their own UIs on top of Yocto Linux.
109 </para> 109 </para>
@@ -119,7 +119,12 @@
119 <itemizedlist> 119 <itemizedlist>
120 <listitem> 120 <listitem>
121 <para>A host system running a supported Linux distribution (i.e. recent releases of 121 <para>A host system running a supported Linux distribution (i.e. recent releases of
122 Fedora, OpenSUSE, Debian, and Ubuntu).</para> 122 Fedora, OpenSUSE, Debian, and Ubuntu).
123 <note>
124 For notes about using the Yocto Project on development systems that use
125 older Linux distributions see
126 <ulink url='https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4'></ulink>
127 </note></para>
123 </listitem> 128 </listitem>
124 <listitem> 129 <listitem>
125 <para>The right packages.</para> 130 <para>The right packages.</para>
@@ -260,7 +265,7 @@
260 Adding this statement deletes the work directory used for building a package 265 Adding this statement deletes the work directory used for building a package
261 once the package is built. 266 once the package is built.
262 <literallayout class='monospaced'> 267 <literallayout class='monospaced'>
263 INHERIT += "rm_work" 268 INHERIT += rm_work
264 </literallayout> 269 </literallayout>
265 </para></tip> 270 </para></tip>
266 271