summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-03 14:21:57 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:49 +0000
commit56429d320396505160d33bb93396195138358cbc (patch)
tree09fa498ed93ce4f2de18729266efa32605fe62e3 /documentation/ref-manual/ref-classes.xml
parent4ec758acd36be0c9dc68c11881b5d8d01b2655fd (diff)
downloadpoky-56429d320396505160d33bb93396195138358cbc.tar.gz
ref-manual: Added pixbufcache class and PIXBUF_PACKAGES variable.
(From yocto-docs rev: ed3ab4984b57608a7922e55c4d87401f9795352f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 2e6a17f255..615adb96cb 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1369,6 +1369,30 @@
1369 </para> 1369 </para>
1370</section> 1370</section>
1371 1371
1372<section id='ref-classes-pixbufcache'>
1373 <title><filename>pixbufcache.bbclass</filename></title>
1374
1375 <para>
1376 The <filename>pixbufcache</filename> class generates the proper
1377 post-install and post-remove (postinst/postrm) scriptlets for packages
1378 that install pixbuf loaders, which are used with
1379 <filename>gdk-pixbuf</filename>.
1380 These scriptlets call <filename>update_pixbuf_cache</filename>
1381 to add the input method modules to the cache.
1382 Since the cache files are architecture-specific,
1383 <filename>update_pixbuf_cache</filename> is run using QEMU if the
1384 postinst scriptlets need to be run on the build host during image
1385 creation.
1386 </para>
1387
1388 <para>
1389 If the pixbuf loaders modules being installed are in packages other
1390 than the main package, set
1391 <link linkend='var-PIXBUF_PACKAGES'><filename>PIXBUF_PACKAGES</filename></link>
1392 to include the packages containing the modules.
1393 </para>
1394</section>
1395
1372<section id='ref-classes-perl'> 1396<section id='ref-classes-perl'>
1373 <title>Perl Modules - <filename>cpan.bbclass</filename></title> 1397 <title>Perl Modules - <filename>cpan.bbclass</filename></title>
1374 1398