diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-04 05:45:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:39 +0000 |
commit | 14316cf39f5cb107e9d1081f3b67cfb4a4f73f47 (patch) | |
tree | 6abcf73ad7b8c48fe131a4f4248194eb9663a6b7 /documentation | |
parent | 42f5b116dabfa116aa4cde5573244c2aabcc5ce7 (diff) | |
download | poky-14316cf39f5cb107e9d1081f3b67cfb4a4f73f47.tar.gz |
kernel-dev: Fixed variable formatting.
(From yocto-docs rev: f2264bc3a61c284f01e68feea86858e46bf1594d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index c0d8ca66eb..caf19c65c1 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -63,7 +63,7 @@ | |||
63 | <para> | 63 | <para> |
64 | Every linux-yocto style recipe must also indicate the Linux kernel | 64 | Every linux-yocto style recipe must also indicate the Linux kernel |
65 | source repository branch used to build the Linux kernel. | 65 | source repository branch used to build the Linux kernel. |
66 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'>KBRANCH</ulink> | 66 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-KBRANCH'><filename>KBRANCH</filename></ulink> |
67 | variable must be set to indicate the branch. | 67 | variable must be set to indicate the branch. |
68 | <note> | 68 | <note> |
69 | You can use the <filename>KBRANCH</filename> value to define an | 69 | You can use the <filename>KBRANCH</filename> value to define an |