diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-22 08:09:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:35 +0100 |
commit | 9a91a1fb1a943f2da980a21e4521fe635f1b5c5f (patch) | |
tree | 93087bef817e5558955fe1e1e3e6ddcc7d37023c /documentation/yocto-project-qs | |
parent | 14d0b606a5b302b3f272d98dce972f3f3e306e37 (diff) | |
download | poky-9a91a1fb1a943f2da980a21e4521fe635f1b5c5f.tar.gz |
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: 09e67479f470ca4b21f532c5fc96f36d3bf1a39d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 9ab638a3d9..a8344be1ea 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -99,12 +99,13 @@ | |||
99 | <section id='yp-intro'> | 99 | <section id='yp-intro'> |
100 | <title>Introducing the Yocto Project Development Environment</title> | 100 | <title>Introducing the Yocto Project Development Environment</title> |
101 | <para> | 101 | <para> |
102 | The Yocto Project through the OpenEmbedded build system provides an open source development | 102 | The Yocto Project through the OpenEmbedded build system provides an |
103 | environment targeting the ARM, MIPS, PowerPC and x86 architectures for a variety of | 103 | open source development environment targeting the ARM, MIPS, PowerPC |
104 | platforms including x86-64 and emulated ones. | 104 | and x86 architectures for a variety of platforms including x86-64 and |
105 | You can use components from the Yocto Project to design, develop, build, debug, simulate, | 105 | emulated ones. |
106 | and test the complete software stack using Linux, the X Window System, GNOME Mobile-based | 106 | You can use components from the Yocto Project to design, develop, |
107 | application frameworks, and Qt frameworks. | 107 | build, debug, simulate, and test the complete software stack using |
108 | Linux, the X Window System, GTK+ frameworks, and Qt frameworks. | ||
108 | </para> | 109 | </para> |
109 | 110 | ||
110 | <mediaobject> | 111 | <mediaobject> |
@@ -152,12 +153,15 @@ | |||
152 | </para> | 153 | </para> |
153 | 154 | ||
154 | <para> | 155 | <para> |
155 | Another important Yocto Project feature is the Sato reference User Interface. | 156 | Another important Yocto Project feature is the Sato reference User |
156 | This optional GNOME mobile-based UI, which is intended for devices with | 157 | Interface. |
157 | restricted screen sizes, sits neatly on top of a device using the | 158 | This optional UI that is based on GTK+ is intended for devices with |
158 | GNOME Mobile Stack and provides a well-defined user experience. | 159 | restricted screen sizes. |
159 | Implemented in its own layer, it makes it clear to developers how they can implement | 160 | The UI sits neatly on top of a device using the |
160 | their own user interface on top of a Linux image created with the Yocto Project. | 161 | GTK+ stack and provides a well-defined user experience. |
162 | Implemented in its own layer, it makes it clear to developers how they | ||
163 | can implement their own user interface on top of a Linux image created | ||
164 | with the Yocto Project. | ||
161 | </para> | 165 | </para> |
162 | </section> | 166 | </section> |
163 | 167 | ||