summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 88539ae5ec..4c4fc22717 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6409,6 +6409,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6409 </glossdef> 6409 </glossdef>
6410 </glossentry> 6410 </glossentry>
6411 6411
6412 <glossentry id='var-KERNEL_CLASSES'><glossterm>KERNEL_CLASSES</glossterm>
6413 <info>
6414 KERNEL_CLASSES[doc] = "A list of classes defining kernel image types that kernel class should inherit."
6415 </info>
6416 <glossdef>
6417 <para role="glossdeffirst">
6418<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
6419 A list of classes defining kernel image types that the
6420 <link linkend='ref-classes-kernel'><filename>kernel</filename></link>
6421 class should inherit.
6422 You typically append this variable to enable extended image
6423 types.
6424 An example is the "kernel-fitimage", which enables
6425 fitImage support and resides in
6426 <filename>meta/classes/kernel-fitimage.bbclass</filename>.
6427 You can register custom kernel image types with the
6428 <filename>kernel</filename> class using this variable.
6429 </para>
6430 </glossdef>
6431 </glossentry>
6432
6412 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm> 6433 <glossentry id='var-KERNEL_EXTRA_ARGS'><glossterm>KERNEL_EXTRA_ARGS</glossterm>
6413 <info> 6434 <info>
6414 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." 6435 KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."