summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-09 08:00:31 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:19:29 +0000
commit3a9d7760f88ca159dc840851e9f55f6d619d6ee5 (patch)
treefe4947d594d65e548bbcb6a0b178e93d89502e4a /documentation
parent3224ec9b9854fce428a8b9cfe71b400393c1cf96 (diff)
downloadast2050-yocto-poky-3a9d7760f88ca159dc840851e9f55f6d619d6ee5.zip
ast2050-yocto-poky-3a9d7760f88ca159dc840851e9f55f6d619d6ee5.tar.gz
ref-manual: Review edits to classes "E" through "G"
extrausers - Changed the note to try and describe that the change is still specific to an image recipe but is not tied to other individual recipes. fontcache - Minor fix. gtk-icon-cache - fixed capitalization issue. gtk-immodules-cache - Minor fix gzipnative - Minor fix. (From yocto-docs rev: 8cf810bf7b1c030c831205526303af7dd73cf6be) 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/ref-manual/ref-classes.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 965302f..9a095a2 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -677,11 +677,11 @@
<note>
The user and group operations added using the
<filename>extrausers</filename> class are not tied to a specific
- recipe but can be performed across the image as a whole.
- See the
+ recipe outside of the recipe for the image.
+ Thus, the operations can be performed across the image as a whole.
+ Use the
<link linkend='ref-classes-useradd'><filename>useradd</filename></link>
- class for information on how to add user and group configuration
- to a specific recipe.
+ class to add user and group configuration to a specific recipe.
</note>
</para>
@@ -720,7 +720,7 @@
If the fonts being installed are in packages other than the main
package, set
<link linkend='var-FONT_PACKAGES'><filename>FONT_PACKAGES</filename></link>
- to include the packages containing the fonts.
+ to specify the packages containing the fonts.
</para>
</section>
@@ -762,8 +762,7 @@
<link linkend='ref-classes-gtk-icon-cache'><filename>gtk-icon-cache</filename></link>,
<link linkend='ref-classes-gconf'><filename>gconf</filename></link> and
<link linkend='ref-classes-mime'><filename>mime</filename></link> classes.
- The class also disables GLib Object System (Gobject) introspection
- where applicable.
+ The class also disables Gobject introspection where applicable.
</para>
</section>
@@ -853,7 +852,7 @@
<para>
The <filename>gtk-icon-cache</filename> class
- Generates the proper post-install and post-remove (postinst/postrm)
+ generates the proper post-install and post-remove (postinst/postrm)
scriptlets for packages that use GTK+ and install icons.
These scriptlets call <filename>gtk-update-icon-cache</filename> to add
the fonts to GTK+'s icon cache.
@@ -884,7 +883,7 @@
If the input method modules being installed are in packages other than
the main package, set
<link linkend='var-GTKIMMODULES_PACKAGES'><filename>GTKIMMODULES_PACKAGES</filename></link>
- to include the packages containing the modules.
+ to specify the packages containing the modules.
</para>
</section>
@@ -894,7 +893,8 @@
<para>
The <filename>gzipnative</filename>
class enables the use of native versions of <filename>gzip</filename>
- and <filename>pigz</filename> rather than the system versions.
+ and <filename>pigz</filename> rather than the versions of these tools
+ from the build host.
</para>
</section>
OpenPOWER on IntegriCloud