mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
kernel-dev: Updated lists for formatting consistency
(From yocto-docs rev: 7fe10c067219eccdbfd8d99223cdb38b84d7d2a5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d7ad579ce5
commit
453a619dc6
@@ -2726,7 +2726,8 @@
|
|||||||
The OpenEmbedded build system searches all forms of kernel
|
The OpenEmbedded build system searches all forms of kernel
|
||||||
Metadata on the <filename>SRC_URI</filename> statement regardless
|
Metadata on the <filename>SRC_URI</filename> statement regardless
|
||||||
of whether the Metadata is in the "kernel-cache", system kernel
|
of whether the Metadata is in the "kernel-cache", system kernel
|
||||||
Metadata, or a recipe-space Metadata.
|
Metadata, or a recipe-space Metadata (i.e. part of the kernel
|
||||||
|
recipe).
|
||||||
See the
|
See the
|
||||||
"<link linkend='kernel-metadata-location'>Kernel Metadata Location</link>"
|
"<link linkend='kernel-metadata-location'>Kernel Metadata Location</link>"
|
||||||
section for additional information.
|
section for additional information.
|
||||||
@@ -2749,6 +2750,7 @@
|
|||||||
to the build.
|
to the build.
|
||||||
<orderedlist>
|
<orderedlist>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
<emphasis>Create the Feature File:</emphasis>
|
||||||
Create a <filename>.scc</filename> file and locate it
|
Create a <filename>.scc</filename> file and locate it
|
||||||
just as you would any other patch file,
|
just as you would any other patch file,
|
||||||
<filename>.cfg</filename> file, or fetcher item
|
<filename>.cfg</filename> file, or fetcher item
|
||||||
@@ -2791,6 +2793,7 @@
|
|||||||
<filename>test.cfg</filename>.
|
<filename>test.cfg</filename>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
<emphasis>Add the Feature File to <filename>SRC_URI</filename>:</emphasis>
|
||||||
Add the <filename>.scc</filename> file to the
|
Add the <filename>.scc</filename> file to the
|
||||||
recipe's <filename>SRC_URI</filename> statement:
|
recipe's <filename>SRC_URI</filename> statement:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
@@ -2800,7 +2803,9 @@
|
|||||||
path is appended to the existing path.
|
path is appended to the existing path.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Specify the feature as a kernel feature:
|
<emphasis>Specify the Feature as a Kernel Feature:</emphasis>
|
||||||
|
Use the <filename>KERNEL_FEATURES</filename> statement
|
||||||
|
to specify the feature as a kernel feature:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
KERNEL_FEATURES_append = " test.scc"
|
KERNEL_FEATURES_append = " test.scc"
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user