summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-maint-appx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-maint-appx.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index a7c144ff75..a72dcff01b 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -88,7 +88,7 @@
88 feature description in an <filename>.scc</filename> file 88 feature description in an <filename>.scc</filename> file
89 whose name follows this format: 89 whose name follows this format:
90 <literallayout class='monospaced'> 90 <literallayout class='monospaced'>
91 &lt;bsp_name&gt;-&lt;kernel_type&gt;.scc 91 <replaceable>bsp_name</replaceable>-<replaceable>kernel_type</replaceable>.scc
92 </literallayout> 92 </literallayout>
93 </para></listitem> 93 </para></listitem>
94 <listitem><para>Once located, the feature description is either compiled into a simple script 94 <listitem><para>Once located, the feature description is either compiled into a simple script
@@ -157,7 +157,7 @@
157 <listitem><para>A BSP build branch exists. 157 <listitem><para>A BSP build branch exists.
158 This branch has the following form: 158 This branch has the following form:
159 <literallayout class='monospaced'> 159 <literallayout class='monospaced'>
160 &lt;kernel_type&gt;/&lt;bsp_name&gt; 160 <replaceable>kernel_type</replaceable>/<replaceable>bsp_name</replaceable>
161 </literallayout></para></listitem> 161 </literallayout></para></listitem>
162 </itemizedlist> 162 </itemizedlist>
163 163
@@ -194,7 +194,7 @@
194 <filename>${MACHINE}</filename> is the metadata name of the machine (BSP) and "kernel_type" is one 194 <filename>${MACHINE}</filename> is the metadata name of the machine (BSP) and "kernel_type" is one
195 of the Yocto Project supported kernel types (e.g. "standard"): 195 of the Yocto Project supported kernel types (e.g. "standard"):
196 <literallayout class='monospaced'> 196 <literallayout class='monospaced'>
197 linux-${MACHINE}-&lt;kernel_type&gt;-build 197 linux-${MACHINE}-<replaceable>kernel_type</replaceable>-build
198 </literallayout> 198 </literallayout>
199 </para> 199 </para>
200 200