diff options
author | Marek Vasut <marex@denx.de> | 2015-06-29 17:50:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-02 23:03:01 +0100 |
commit | 4809aa9c9d5ac13b30cac1aeada09584f53eecbe (patch) | |
tree | 8af57a140a1fb51f70522067cebf19e77e01e749 /meta | |
parent | f9a140441ab27c6e90d108ced76cff2dc70eedf2 (diff) | |
download | openembedded-core-4809aa9c9d5ac13b30cac1aeada09584f53eecbe.tar.gz openembedded-core-4809aa9c9d5ac13b30cac1aeada09584f53eecbe.tar.bz2 openembedded-core-4809aa9c9d5ac13b30cac1aeada09584f53eecbe.zip |
documentation: document KERNEL_CLASSES
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/documentation.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index bd34c9924d..075ab6a332 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -241,6 +241,7 @@ IPK_FEED_URIS[doc] = "List of ipkg feed records to put into generated image." KARCH[doc] = "Defines the kernel architecture used when assembling the configuration. You define the KARCH variable in the BSP Descriptions." KBRANCH[doc] = "A regular expression used by the build process to explicitly identify the kernel branch that is validated, patched and configured during a build." KBRANCH_DEFAULT[doc] = "Defines the Linux kernel source repository's default branch used to build the Linux kernel. Unless you specify otherwise, the variable initializes to 'master'." +KERNEL_CLASSES[doc] = "A list of classes defining kernel image types that kernel class should inherit." KERNEL_EXTRA_ARGS[doc] = "Specifies additional make command-line arguments the OpenEmbedded build system passes on when compiling the kernel." KERNEL_FEATURES[doc] = "Includes additional metadata from the Yocto Project kernel Git repository. The metadata you add through this variable includes config fragments and features descriptions." KERNEL_IMAGETYPE[doc] = "The type of kernel to build for a device, usually set by the machine configuration files and defaults to 'zImage'." |