mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5f613896ee
commit
d6e89e7122
@@ -88,7 +88,7 @@
|
||||
recipe, the append file will typically be located as follows
|
||||
within your custom layer:
|
||||
<literallayout class='monospaced'>
|
||||
<your-layer>/recipes-kernel/linux/linux-yocto_3.4.bbappend
|
||||
<replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto_3.4.bbappend
|
||||
</literallayout>
|
||||
The append file should initially extend the
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-FILESPATH'><filename>FILESPATH</filename></ulink>
|
||||
@@ -107,7 +107,7 @@
|
||||
described above, you must place the files in your layer in the
|
||||
following area:
|
||||
<literallayout class='monospaced'>
|
||||
<your-layer>/recipes-kernel/linux/linux-yocto/
|
||||
<replaceable>your-layer</replaceable>/recipes-kernel/linux/linux-yocto/
|
||||
</literallayout>
|
||||
<note>If you are working on a new machine Board Support Package
|
||||
(BSP), be sure to refer to the
|
||||
|
||||
Reference in New Issue
Block a user