diff options
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 11 |
1 files changed, 7 insertions, 4 deletions
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 @@ | |||
| 83 | The linux-yocto style recipes can optionally define the following | 83 | The linux-yocto style recipes can optionally define the following |
| 84 | variables: | 84 | variables: |
| 85 | <literallayout class='monospaced'> | 85 | <literallayout class='monospaced'> |
| 86 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'>KERNEL_FEATURES</ulink> | 86 | KERNEL_FEATURES |
| 87 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_KERNEL_TYPE'>LINUX_KERNEL_TYPE</ulink> | 87 | LINUX_KERNEL_TYPE |
| 88 | </literallayout> | 88 | </literallayout> |
| 89 | </para> | 89 | </para> |
| 90 | 90 | ||
| 91 | <para> | 91 | <para> |
| 92 | <filename>LINUX_KERNEL_TYPE</filename> defines the kernel type to be | 92 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_KERNEL_TYPE'><filename>LINUX_KERNEL_TYPE</filename></ulink> |
| 93 | defines the kernel type to be | ||
| 93 | used in assembling the configuration. | 94 | used in assembling the configuration. |
| 94 | If you do not specify a <filename>LINUX_KERNEL_TYPE</filename>, | 95 | If you do not specify a <filename>LINUX_KERNEL_TYPE</filename>, |
| 95 | it defaults to "standard". | 96 | it defaults to "standard". |
| @@ -134,7 +135,9 @@ | |||
| 134 | </para> | 135 | </para> |
| 135 | 136 | ||
| 136 | <para> | 137 | <para> |
| 137 | You can use the <filename>KERNEL_FEATURES</filename> variable | 138 | You can use the |
| 139 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'><filename>KERNEL_FEATURES</filename></ulink> | ||
| 140 | variable | ||
| 138 | to include features (configuration fragments, patches, or both) that | 141 | to include features (configuration fragments, patches, or both) that |
| 139 | are not already included by the <filename>KMACHINE</filename> and | 142 | are not already included by the <filename>KMACHINE</filename> and |
| 140 | <filename>LINUX_KERNEL_TYPE</filename> variable combination. | 143 | <filename>LINUX_KERNEL_TYPE</filename> variable combination. |
