mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bsp-guide, kernel-dev, ref-manual: KERNEL_FEATURES should refer to .scc files.
Tweak a number of doc lines so that the KERNEL_FEATURES variable refers directory to .scc files, and does not take advantage of potentially confusing shortcuts. (From yocto-docs rev: 6236fb098fc2d518f6f4f63e16b19a06a775d2d6) 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
f0b44ff4b4
commit
a79cdb51b8
@@ -136,12 +136,12 @@
|
||||
For example, to include a feature specified as "features/netfilter.scc",
|
||||
specify:
|
||||
<literallayout class='monospaced'>
|
||||
KERNEL_FEATURES += "features/netfilter.scc"
|
||||
KERNEL_FEATURES += "features/netfilter/netfilter.scc"
|
||||
</literallayout>
|
||||
To include a feature called "cfg/sound.scc" just for the
|
||||
<filename>qemux86</filename> machine, specify:
|
||||
<literallayout class='monospaced'>
|
||||
KERNEL_FEATURES_append_qemux86 = "cfg/sound.scc"
|
||||
KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc"
|
||||
</literallayout>
|
||||
The value of the entries in <filename>KERNEL_FEATURES</filename>
|
||||
are dependent on their location within the kernel Metadata itself.
|
||||
|
||||
Reference in New Issue
Block a user