diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-maint-appx.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-maint-appx.xml | 6 |
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 | <bsp_name>-<kernel_type>.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 | <kernel_type>/<bsp_name> | 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}-<kernel_type>-build | 197 | linux-${MACHINE}-<replaceable>kernel_type</replaceable>-build |
198 | </literallayout> | 198 | </literallayout> |
199 | </para> | 199 | </para> |
200 | 200 | ||