summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-maint-appx.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-maint-appx.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-maint-appx.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index f5fd183fd0..8acc2a8cad 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -120,11 +120,11 @@
120 (or tree) found at 120 (or tree) found at
121 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink> given the 121 <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink> given the
122 introduction of a new top-level kernel feature or BSP. 122 introduction of a new top-level kernel feature or BSP.
123 These are the actions that effectively provide the Metadata 123 The following actions effectively provide the Metadata
124 and create the tree that includes the new feature, patch or BSP: 124 and create the tree that includes the new feature, patch, or BSP:
125 <orderedlist> 125 <orderedlist>
126 <listitem><para> 126 <listitem><para>
127 <emphasis>Pass Feature to Build Subsystem:</emphasis> 127 <emphasis>Pass Feature to the OpenEmbedded Build System:</emphasis>
128 A top-level kernel feature is passed to the kernel build 128 A top-level kernel feature is passed to the kernel build
129 subsystem. 129 subsystem.
130 Normally, this feature is a BSP for a particular kernel 130 Normally, this feature is a BSP for a particular kernel
@@ -138,8 +138,10 @@
138 <listitem><para> 138 <listitem><para>
139 The in-tree kernel-cache directories, which are 139 The in-tree kernel-cache directories, which are
140 located in the 140 located in the
141 <filename>yocto-kernel-cache</filename> 141 <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/yocto-kernel-cache/tree/bsp'><filename>yocto-kernel-cache</filename></ulink>
142 repository 142 repository organized under the "Yocto Linux Kernel"
143 heading in the
144 <ulink url='http://git.yoctoproject.org/cgit/cgit.cgi'>Yocto Project Source Repositories</ulink>.
143 </para></listitem> 145 </para></listitem>
144 <listitem><para> 146 <listitem><para>
145 Areas pointed to by <filename>SRC_URI</filename> 147 Areas pointed to by <filename>SRC_URI</filename>
@@ -148,9 +150,11 @@
148 </itemizedlist> 150 </itemizedlist>
149 For a typical build, the target of the search is a 151 For a typical build, the target of the search is a
150 feature description in an <filename>.scc</filename> file 152 feature description in an <filename>.scc</filename> file
151 whose name follows this format: 153 whose name follows this format (e.g.
154 <filename>beaglebone-standard.scc</filename> and
155 <filename>beaglebone-preempt-rt.scc</filename>):
152 <literallayout class='monospaced'> 156 <literallayout class='monospaced'>
153 <replaceable>bsp_name</replaceable>-<replaceable>kernel_type</replaceable>.scc 157 <replaceable>bsp_root_name</replaceable>-<replaceable>kernel_type</replaceable>.scc
154 </literallayout> 158 </literallayout>
155 </para></listitem> 159 </para></listitem>
156 <listitem><para> 160 <listitem><para>