ref-manual: Added gobject-introspection.bbclass description.

(From yocto-docs rev: e6c40815c2a6ea3c94126ef43e586a01cb721ea8)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-04-15 08:44:38 -07:00 committed by Richard Purdie
parent 3e761b443f
commit a16eecac5b
1 changed files with 22 additions and 0 deletions

View File

@ -957,6 +957,28 @@
</para>
</section>
<section id='ref-classes-gobject-introspection'>
<title><filename>gobject-introspection.bbclass</filename></title>
<para>
Provides support for recipes building software that
supports GObject introspection.
This functionality is only enabled if the
"gobject-introspection-data" feature is in
<link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>
as well as "qemu-usermode" being in
<link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link>.
<note>
This functionality is backfilled by default and,
if not applicable, should be disabled through
<link linkend='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><filename>DISTRO_FEATURES_BACKFILL_CONSIDERED</filename></link>
or
<link linkend='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><filename>MACHINE_FEATURES_BACKFILL_CONSIDERED</filename></link>,
respectively.
</note>
</para>
</section>
<section id='ref-classes-grub-efi'>
<title><filename>grub-efi.bbclass</filename></title>