diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-03-04 06:39:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:41 +0000 |
commit | a79cdb51b879988aa56a2b3fc419ac110425e8a4 (patch) | |
tree | 5529ed6a5877c6bcd1bc960aca12fac94610ede7 /documentation/kernel-dev | |
parent | f0b44ff4b4be8f4f9c09022782e6554e7c8cd22d (diff) | |
download | poky-a79cdb51b879988aa56a2b3fc419ac110425e8a4.tar.gz |
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>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 3707fcee9e..dc5d9ba3dd 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -136,12 +136,12 @@ | |||
136 | For example, to include a feature specified as "features/netfilter.scc", | 136 | For example, to include a feature specified as "features/netfilter.scc", |
137 | specify: | 137 | specify: |
138 | <literallayout class='monospaced'> | 138 | <literallayout class='monospaced'> |
139 | KERNEL_FEATURES += "features/netfilter.scc" | 139 | KERNEL_FEATURES += "features/netfilter/netfilter.scc" |
140 | </literallayout> | 140 | </literallayout> |
141 | To include a feature called "cfg/sound.scc" just for the | 141 | To include a feature called "cfg/sound.scc" just for the |
142 | <filename>qemux86</filename> machine, specify: | 142 | <filename>qemux86</filename> machine, specify: |
143 | <literallayout class='monospaced'> | 143 | <literallayout class='monospaced'> |
144 | KERNEL_FEATURES_append_qemux86 = "cfg/sound.scc" | 144 | KERNEL_FEATURES_append_qemux86 = " cfg/sound.scc" |
145 | </literallayout> | 145 | </literallayout> |
146 | The value of the entries in <filename>KERNEL_FEATURES</filename> | 146 | The value of the entries in <filename>KERNEL_FEATURES</filename> |
147 | are dependent on their location within the kernel Metadata itself. | 147 | are dependent on their location within the kernel Metadata itself. |