kernel-dev: Fixed missed shortcut

(From yocto-docs rev: 3f9c25820bb93f8efb6eaf415e9d7a9545832a7c)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2015-03-06 11:38:45 -08:00 committed by Richard Purdie
parent 78cecf7a20
commit f67d4960b3
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@
to include features (configuration fragments, patches, or both) that
are not already included by the <filename>KMACHINE</filename> and
<filename>LINUX_KERNEL_TYPE</filename> variable combination.
For example, to include a feature specified as "features/netfilter.scc",
For example, to include a feature specified as
"features/netfilter/netfilter.scc",
specify:
<literallayout class='monospaced'>
KERNEL_FEATURES += "features/netfilter/netfilter.scc"