1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

yocto-project-qs: Replaced GNOME Mobile with GTK+ wordings.

GNOME Mobile no longer applies.  I updated text to use the
GTK+ wordings.

(From yocto-docs rev: 978878d3f1a7ea07a68f0aeae93eeae7ba58b8f3)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2015-04-22 08:09:40 -07:00
committed by Richard Purdie
parent 47aee60bfe
commit 63ee4133b8
@@ -99,12 +99,13 @@
<section id='yp-intro'> <section id='yp-intro'>
<title>Introducing the Yocto Project Development Environment</title> <title>Introducing the Yocto Project Development Environment</title>
<para> <para>
The Yocto Project through the OpenEmbedded build system provides an open source development The Yocto Project through the OpenEmbedded build system provides an
environment targeting the ARM, MIPS, PowerPC and x86 architectures for a variety of open source development environment targeting the ARM, MIPS, PowerPC
platforms including x86-64 and emulated ones. and x86 architectures for a variety of platforms including x86-64 and
You can use components from the Yocto Project to design, develop, build, debug, simulate, emulated ones.
and test the complete software stack using Linux, the X Window System, GNOME Mobile-based You can use components from the Yocto Project to design, develop,
application frameworks, and Qt frameworks. build, debug, simulate, and test the complete software stack using
Linux, the X Window System, GTK+ frameworks, and Qt frameworks.
</para> </para>
<mediaobject> <mediaobject>
@@ -152,12 +153,15 @@
</para> </para>
<para> <para>
Another important Yocto Project feature is the Sato reference User Interface. Another important Yocto Project feature is the Sato reference User
This optional GNOME mobile-based UI, which is intended for devices with Interface.
restricted screen sizes, sits neatly on top of a device using the This optional UI that is based on GTK+ is intended for devices with
GNOME Mobile Stack and provides a well-defined user experience. restricted screen sizes.
Implemented in its own layer, it makes it clear to developers how they can implement The UI sits neatly on top of a device using the
their own user interface on top of a Linux image created with the Yocto Project. GTK+ stack and provides a well-defined user experience.
Implemented in its own layer, it makes it clear to developers how they
can implement their own user interface on top of a Linux image created
with the Yocto Project.
</para> </para>
</section> </section>