From a16eecac5bc1aa5d59a809575d63c37401274005 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 08:44:38 -0700 Subject: ref-manual: Added gobject-introspection.bbclass description. (From yocto-docs rev: e6c40815c2a6ea3c94126ef43e586a01cb721ea8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 @@ +
+ <filename>gobject-introspection.bbclass</filename> + + + Provides support for recipes building software that + supports GObject introspection. + This functionality is only enabled if the + "gobject-introspection-data" feature is in + DISTRO_FEATURES + as well as "qemu-usermode" being in + MACHINE_FEATURES. + + This functionality is backfilled by default and, + if not applicable, should be disabled through + DISTRO_FEATURES_BACKFILL_CONSIDERED + or + MACHINE_FEATURES_BACKFILL_CONSIDERED, + respectively. + + +
+
<filename>grub-efi.bbclass</filename> -- cgit 1.2.3-korg