diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 15bbcee896..24137480c1 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -25,7 +25,7 @@ H I - K + K L M @@ -580,6 +580,26 @@ K + KERNEL_FEATURES + + Includes additional metadata from the Linux Yocto kernel Git repository. + The metadata 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. + For example, the following adds netfilter to all + the Linux Yocto kernels and adds sound support to the qemux86 + machine: + + # Add netfilter to all linux-yocto kernels + KERNEL_FEATURES="features/netfilter" + + # Add sound support to the qemux86 machine + KERNEL_FEATURES_append_qemux86="cfg/sound" + + + + KERNEL_IMAGETYPE The type of kernel to build for a device, usually set by the