summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 89c2a6840b..261471c46b 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -1041,8 +1041,8 @@
1041 <link linkend='recipe-space-metadata'>recipe-space</link> by 1041 <link linkend='recipe-space-metadata'>recipe-space</link> by
1042 using the 1042 using the
1043 <ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'><filename>KERNEL_FEATURES</filename></ulink> 1043 <ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_FEATURES'><filename>KERNEL_FEATURES</filename></ulink>
1044 variable along with specifying the <filename>.scc</filename> file 1044 variable and by specifying the feature's <filename>.scc</filename>
1045 path on the 1045 file path in the
1046 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> 1046 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
1047 statement. 1047 statement.
1048 When you add features using this method, the OpenEmbedded build 1048 When you add features using this method, the OpenEmbedded build
@@ -1051,7 +1051,7 @@
1051 Kernel features are the last elements processed for configuring 1051 Kernel features are the last elements processed for configuring
1052 and patching the kernel. 1052 and patching the kernel.
1053 Therefore, adding features in this manner is a way 1053 Therefore, adding features in this manner is a way
1054 to enforce that specific features are present, and enabled, 1054 to enforce specific features are present and enabled
1055 without needing to do a full audit of any other layer's additions 1055 without needing to do a full audit of any other layer's additions
1056 to the <filename>SRC_URI</filename> statement. 1056 to the <filename>SRC_URI</filename> statement.
1057 </para> 1057 </para>
@@ -1074,7 +1074,7 @@
1074 When you specify the feature's <filename>.scc</filename> file 1074 When you specify the feature's <filename>.scc</filename> file
1075 on the <filename>SRC_URI</filename> statement, the OpenEmbedded 1075 on the <filename>SRC_URI</filename> statement, the OpenEmbedded
1076 build system adds the directory of that 1076 build system adds the directory of that
1077 <filename>.scc</filename> file, and all its subdirectories, 1077 <filename>.scc</filename> file along with all its subdirectories
1078 to the kernel feature search path. 1078 to the kernel feature search path.
1079 Because subdirectories are searched, you can reference a single 1079 Because subdirectories are searched, you can reference a single
1080 <filename>.scc</filename> file in the 1080 <filename>.scc</filename> file in the
@@ -1095,11 +1095,10 @@
1095 <note><title>Notes</title> 1095 <note><title>Notes</title>
1096 <itemizedlist> 1096 <itemizedlist>
1097 <listitem><para> 1097 <listitem><para>
1098 The directory you use for the 1098 You must add the directory of the
1099 <filename>.scc</filename> must be added to the 1099 <filename>.scc</filename> file to the fetcher's
1100 fetcher search directory just as you would, 1100 search path in the same manner as you would
1101 for example, if you were adding a 1101 add a <filename>.patch</filename> file.
1102 <filename>.patch</filename> file.
1103 </para></listitem> 1102 </para></listitem>
1104 <listitem><para> 1103 <listitem><para>
1105 You can create additional 1104 You can create additional