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" + KERNEL_CLASSES + + KERNEL_CLASSES[doc] = "A list of classes defining kernel image types that kernel class should inherit." + + + + + A list of classes defining kernel image types that the + kernel + class should inherit. + You typically append this variable to enable extended image + types. + An example is the "kernel-fitimage", which enables + fitImage support and resides in + meta/classes/kernel-fitimage.bbclass. + You can register custom kernel image types with the + kernel class using this variable. + + + + KERNEL_EXTRA_ARGS KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel."