diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-31 13:31:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-31 22:57:28 +0100 |
commit | a23acbd48ee911d9882a78491280977fb62ea156 (patch) | |
tree | 470dee7a072a0dd5abf484d588c19a93bca83752 | |
parent | 22f701b97a8d1412638f5ae79343a37791dde9e6 (diff) | |
download | openembedded-core-a23acbd48ee911d9882a78491280977fb62ea156.tar.gz openembedded-core-a23acbd48ee911d9882a78491280977fb62ea156.tar.bz2 openembedded-core-a23acbd48ee911d9882a78491280977fb62ea156.zip |
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 17 |
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 @@ </itemizedlist> <para> - Yocto Project can generate images for many kinds of devices. + The Yocto Project can generate images for many kinds of devices. However, the standard example machines target QEMU full system emulation for x86, ARM, MIPS, - and PPC based architectures as well as specific hardware such as the Intel Desktop Board + and PPC-based architectures as well as specific hardware such as the Intel Desktop Board DH55TC. - Because an image developed with Yocto Project can boot inside a QEMU emulator, the + Because an image developed with the Yocto Project can boot inside a QEMU emulator, the development environment works nicely as a test platform for developing embedded software. </para> @@ -103,7 +103,7 @@ Another important Yocto Project feature is the Sato reference User Interface. This optional GNOME mobile-based UI, which is intended for devices with resolution but restricted size screens, sits neatly on top of a device using the - GNOME Mobile Stack providing a well defined user experience. + GNOME Mobile Stack providing a well-defined user experience. Implemented in its own layer, it makes it clear to developers how they can implement their own UIs on top of Yocto Linux. </para> @@ -119,7 +119,12 @@ <itemizedlist> <listitem> <para>A host system running a supported Linux distribution (i.e. recent releases of - Fedora, OpenSUSE, Debian, and Ubuntu).</para> + Fedora, OpenSUSE, Debian, and Ubuntu). + <note> + For notes about using the Yocto Project on development systems that use + older Linux distributions see + <ulink url='https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4'></ulink> + </note></para> </listitem> <listitem> <para>The right packages.</para> @@ -260,7 +265,7 @@ Adding this statement deletes the work directory used for building a package once the package is built. <literallayout class='monospaced'> - INHERIT += "rm_work" + INHERIT += rm_work </literallayout> </para></tip> |