diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 24137480c1..85e6d778fb 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.