diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 08:44:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:25 +0100 |
commit | a16eecac5bc1aa5d59a809575d63c37401274005 (patch) | |
tree | 791c6d5a39e7026d2c1bb47dc305e53268fc55ce | |
parent | 3e761b443f6e6ee0e827ffdff57c573a33ed3436 (diff) | |
download | poky-a16eecac5bc1aa5d59a809575d63c37401274005.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 6fd68d8257..c6ba45464c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -957,6 +957,28 @@ | |||
957 | </para> | 957 | </para> |
958 | </section> | 958 | </section> |
959 | 959 | ||
960 | <section id='ref-classes-gobject-introspection'> | ||
961 | <title><filename>gobject-introspection.bbclass</filename></title> | ||
962 | |||
963 | <para> | ||
964 | Provides support for recipes building software that | ||
965 | supports GObject introspection. | ||
966 | This functionality is only enabled if the | ||
967 | "gobject-introspection-data" feature is in | ||
968 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link> | ||
969 | as well as "qemu-usermode" being in | ||
970 | <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link>. | ||
971 | <note> | ||
972 | This functionality is backfilled by default and, | ||
973 | if not applicable, should be disabled through | ||
974 | <link linkend='var-DISTRO_FEATURES_BACKFILL_CONSIDERED'><filename>DISTRO_FEATURES_BACKFILL_CONSIDERED</filename></link> | ||
975 | or | ||
976 | <link linkend='var-MACHINE_FEATURES_BACKFILL_CONSIDERED'><filename>MACHINE_FEATURES_BACKFILL_CONSIDERED</filename></link>, | ||
977 | respectively. | ||
978 | </note> | ||
979 | </para> | ||
980 | </section> | ||
981 | |||
960 | <section id='ref-classes-grub-efi'> | 982 | <section id='ref-classes-grub-efi'> |
961 | <title><filename>grub-efi.bbclass</filename></title> | 983 | <title><filename>grub-efi.bbclass</filename></title> |
962 | 984 | ||