diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-16 17:18:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:30 +0200 |
commit | d6e89e7122c7d588cf3a505d4eb5f67fdb520a9d (patch) | |
tree | c549bdbaf22325f46ad5428781b672f7046542d4 /documentation/kernel-dev/kernel-dev-common.xml | |
parent | 5f613896ee90920baf9fe110faf5c8a4a249a9f9 (diff) | |
download | poky-d6e89e7122c7d588cf3a505d4eb5f67fdb520a9d.tar.gz |
kernel-dev: Scrubbed and fixed all user-supplied input formatting.
In the manual I was using angled brackets to denote user-supplied
input values. This was confusing so I changed to using the
<replaceable></replaceable> tag pair.
(From yocto-docs rev: dc73a78f11038a1ff04b16867e7513f31f02374b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 35e7d8b080..58cc98ddff 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -88,7 +88,7 @@ | |||
88 | recipe, the append file will typically be located as follows | 88 | recipe, the append file will typically be located as follows |
89 | within your custom layer: | 89 | within your custom layer: |
90 | <literallayout class='monospaced'> | 90 | <literallayout class='monospaced'> |
91 | <your-layer>/recipes-kernel/linux/linux-yocto_3.4.bbappend | 91 | <replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto_3.4.bbappend |
92 | </literallayout> | 92 | </literallayout> |
93 | The append file should initially extend the | 93 | The append file should initially extend the |
94 | <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESPATH'><filename>FILESPATH</filename></ulink> | 94 | <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESPATH'><filename>FILESPATH</filename></ulink> |
@@ -107,7 +107,7 @@ | |||
107 | described above, you must place the files in your layer in the | 107 | described above, you must place the files in your layer in the |
108 | following area: | 108 | following area: |
109 | <literallayout class='monospaced'> | 109 | <literallayout class='monospaced'> |
110 | <your-layer>/recipes-kernel/linux/linux-yocto/ | 110 | <replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto/ |
111 | </literallayout> | 111 | </literallayout> |
112 | <note>If you are working on a new machine Board Support Package | 112 | <note>If you are working on a new machine Board Support Package |
113 | (BSP), be sure to refer to the | 113 | (BSP), be sure to refer to the |