diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-17 17:07:03 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:09 +0000 |
| commit | 0654224f739a371f1de9411d5978582a44f3ff18 (patch) | |
| tree | 92c086c0144914cfc64b620d77fa36d855d70716 /documentation/kernel-dev | |
| parent | 19e3648390b011715f7446161a05d9d568aed765 (diff) | |
| download | poky-0654224f739a371f1de9411d5978582a44f3ff18.tar.gz | |
kernel-dev: Changed a link from an example to in-text.
Better placement of this link. It did not need to be in the
<literallayout> example.
(From yocto-docs rev: 53c33ea4cc929e016812f0d3aac0d302758dc0f8)
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-common.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index ab7f80fbe4..d3119a88b2 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -270,11 +270,12 @@ | |||
| 270 | edit the recipe that builds your kernel so that it has the | 270 | edit the recipe that builds your kernel so that it has the |
| 271 | following command form: | 271 | following command form: |
| 272 | <literallayout class='monospaced'> | 272 | <literallayout class='monospaced'> |
| 273 | KBUILD_DEFCONFIG_<ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'>KMACHINE</ulink> ?= <replaceable>defconfig_file</replaceable> | 273 | KBUILD_DEFCONFIG_KMACHINE ?= <replaceable>defconfig_file</replaceable> |
| 274 | </literallayout> | 274 | </literallayout> |
| 275 | You need to append the variable with | 275 | You need to append the variable with |
| 276 | <filename>KMACHINE</filename> and then supply the path to | 276 | <ulink url='&YOCTO_DOCS_REF_URL;#var-KMACHINE'><filename>KMACHINE</filename></ulink> |
| 277 | your "in-tree" <filename>defconfig</filename> file. | 277 | and then supply the path to your "in-tree" |
| 278 | <filename>defconfig</filename> file. | ||
| 278 | </para> | 279 | </para> |
| 279 | 280 | ||
| 280 | <para> | 281 | <para> |
