summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index ae01bcec97..2bb9e2d890 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -494,7 +494,7 @@
494 <para> 494 <para>
495 A class used by the archiver and the 495 A class used by the archiver and the
496 <link linkend='ref-classes-copyleft_compliance'><filename>copyleft_compliance</filename></link> 496 <link linkend='ref-classes-copyleft_compliance'><filename>copyleft_compliance</filename></link>
497 classe for filtering licenses. 497 class for filtering licenses.
498 This is an internal class and is not intended to be used directly. 498 This is an internal class and is not intended to be used directly.
499 </para> 499 </para>
500</section> 500</section>
@@ -1034,6 +1034,36 @@
1034 </para> 1034 </para>
1035</section> 1035</section>
1036 1036
1037<section id='ref-classes-gummiboot'>
1038 <title><filename>gummiboot.bbclass</filename></title>
1039
1040 <para>
1041 The <filename>gummiboot</filename> class provides functions specific
1042 to the gummiboot bootloader for building bootable images.
1043 This is an internal class and is not intended to be
1044 used directly.
1045 Set the
1046 <link linkend='var-EFI_PROVIDER'><filename>EFI_PROVIDER</filename></link>
1047 variable to "gummiboot" to use this class.
1048 </para>
1049
1050 <para>
1051 For information on more variables used and supported in this class,
1052 see the
1053 <link linkend='var-GUMMIBOOT_CFG'><filename>GUMMIBOOT_CFG</filename></link>,
1054 <link linkend='var-GUMMIBOOT_ENTRIES'><filename>GUMMIBOOT_ENTRIES</filename></link>,
1055 and
1056 <link linkend='var-GUMMIBOOT_TIMEOUT'><filename>GUMMIBOOT_TIMEOUT</filename></link>
1057 variables.
1058 </para>
1059
1060 <para>
1061 You can also see the
1062 <ulink url='https://wiki.archlinux.org/index.php/Gummiboot'>Gummiboot documentation</ulink>
1063 for more information.
1064 </para>
1065</section>
1066
1037<section id='ref-classes-gzipnative'> 1067<section id='ref-classes-gzipnative'>
1038 <title><filename>gzipnative.bbclass</filename></title> 1068 <title><filename>gzipnative.bbclass</filename></title>
1039 1069