diff options
author | Ross Burton <ross.burton@intel.com> | 2015-06-30 06:42:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-28 18:02:32 +0100 |
commit | 798fc18ef7a8c127beeb71013bdfad466e7da4a9 (patch) | |
tree | bc078fe66fba0366772a636a911d834a276dc32d /documentation/ref-manual | |
parent | 49bcb74203195b5a67e8cb7c5aa26fa29fe3f537 (diff) | |
download | poky-798fc18ef7a8c127beeb71013bdfad466e7da4a9.tar.gz |
ref-manual: New description for KERNEL_CLASSES variable.
(From yocto-docs rev: 9bb5b40cdcb2f41f59758fb29fddba9103109934)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
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." |