From: Scott Rifenbark Date: Thu, 29 Sep 2011 16:22:51 +0000 (-0700) Subject: documentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c47f8ed57d7f9c9665e8559615c9a02d6d5303f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/poky-ref-manual/ref-variables.xml: updates to KERNEL_FEATURES. (From yocto-docs rev: ec1e2d71c576fe1c12031371de89a71770cebb1d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 24137480c1f..85e6d778fbd 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -583,7 +583,13 @@ KERNEL_FEATURES Includes additional metadata from the Linux Yocto kernel Git repository. - The metadata includes config fragments and features descriptions, + In the Yocto Project build system, the default Board Support Packages (BSPs) + metadata is provided through + the KMACHINE and KBRANCH variables. + You can use the KERNEL_FEATURES variable to further + add metadata for all BSPs. + The metadata you add through this variable includes config fragments and + features descriptions, which usually include patches as well as config fragments. You typically override the KERNEL_FEATURES variable for a specific machine.