summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-02 08:02:38 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:33 +0000
commit11c3ed6c64f1fbc6c96803481f31ec291b32997d (patch)
treec6503d250cd348275169c0e86fe5f913cd6895f8 /documentation
parent02af524762a2a36c9ece539220ea1d21955c0fcf (diff)
downloadast2050-yocto-poky-11c3ed6c64f1fbc6c96803481f31ec291b32997d.zip
ast2050-yocto-poky-11c3ed6c64f1fbc6c96803481f31ec291b32997d.tar.gz
ref-manual: Added the gtk-immodules-cache class and GTKIMMODULES_PACKAGES variable.
(From yocto-docs rev: 3bbec60f64e6a0b7cb3d42548f837466bec44312) 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.xml25
-rw-r--r--documentation/ref-manual/ref-variables.xml16
2 files changed, 41 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 98084f9..77ac7a9 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -746,6 +746,31 @@
</para>
</section>
+<section id='ref-classes-gtk-immodules-cache'>
+ <title><filename>gtk-immodules-cache.bbclass</filename></title>
+
+ <para>
+ The GIMP Toolkit input method modules
+ (<filename>gtk-immodules-cache</filename>) class
+ generates the proper post-install and post-remove (postinst/postrm)
+ scriptlets for packages that install GTK+ input method modules for
+ virtual keyboards.
+ These scriptlets call <filename>gtk-update-icon-cache</filename> to add
+ the input method modules to the cache.
+ Since the cache files are architecture-specific,
+ <filename>gtk-update-icon-cache</filename> is run using QEMU if the
+ postinst scriptlets need to be run on the build host during image
+ creation.
+ </para>
+
+ <para>
+ 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.
+ </para>
+</section>
+
<section id='ref-classes-mime'>
<title><filename>mime.bbclass</filename></title>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index f2ff494..2ebf88a 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2205,6 +2205,22 @@
</glossdef>
</glossentry>
+ <glossentry id='var-GTKIMMODULES_PACKAGES'><glossterm>GTKIMMODULES_PACKAGES</glossterm>
+ <glossdef>
+ <para>
+ Includes the packages that contain the GIMP Toolkit input
+ method modules being installed when the modules are in
+ packages other than the main package.
+ </para>
+
+ <para>
+ See the
+ <link linkend='ref-classes-gtk-immodules-cache'><filename>gtk-immodules-cache</filename></link>
+ class for more information on how this variable is used.
+ </para>
+ </glossdef>
+ </glossentry>
+
</glossdiv>
<glossdiv id='var-glossary-h'><title>H</title>
OpenPOWER on IntegriCloud