From 798fc18ef7a8c127beeb71013bdfad466e7da4a9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 30 Jun 2015 06:42:36 -0700 Subject: ref-manual: New description for KERNEL_CLASSES variable. (From yocto-docs rev: 9bb5b40cdcb2f41f59758fb29fddba9103109934) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'documentation/ref-manual') 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." -- cgit v1.2.3-54-g00ecf