diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 9e15f178a6..266ef3aba8 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -83,13 +83,14 @@ The linux-yocto style recipes can optionally define the following variables: - KERNEL_FEATURES - LINUX_KERNEL_TYPE + KERNEL_FEATURES + LINUX_KERNEL_TYPE - LINUX_KERNEL_TYPE defines the kernel type to be + LINUX_KERNEL_TYPE + defines the kernel type to be used in assembling the configuration. If you do not specify a LINUX_KERNEL_TYPE, it defaults to "standard". @@ -134,7 +135,9 @@ - You can use the KERNEL_FEATURES variable + You can use the + KERNEL_FEATURES + variable to include features (configuration fragments, patches, or both) that are not already included by the KMACHINE and LINUX_KERNEL_TYPE variable combination.