diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-21 12:41:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:44:03 +0000 |
commit | 3f06074a0d7d576399ba65364ca71378602c8138 (patch) | |
tree | 42aa13a484df7955b55b628cb101a61b5f63f822 /documentation/kernel-dev | |
parent | 17e46eff4a4ce41396d998743458506c2cc495a1 (diff) | |
download | poky-3f06074a0d7d576399ba65364ca71378602c8138.tar.gz |
kernel-dev: Corrected linking format for two variables.
Convention is to avoid using hyperlinks for variables that appear
in <literallayout>/</literallalyout> coded blocks. I removed the
links for the KERNEL_FEATURES and LINUX_KERNEL_TYPE variables,
which appeared in a literal block and put the links into the
context of the description.
(From yocto-docs rev: 3384f67e4b9f15e8f96297ceb2aafc63a5994d22)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-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. |