summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-15 14:29:36 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 12:49:44 +0000
commit7f18ffe313bb6516862ad344a6506c84afa0a1cf (patch)
treebaf9dfc0f21efd100228dd0192d4047529629a76 /documentation
parent23f5c9482b9c371ea21764a374e74e5b9940d54b (diff)
downloadpoky-7f18ffe313bb6516862ad344a6506c84afa0a1cf.tar.gz
documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 5058777995..25bc2a82c1 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -307,7 +307,10 @@ meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb
307 </section> 307 </section>
308 308
309 <section id='bsp-filelayout-kernel'> 309 <section id='bsp-filelayout-kernel'>
310 <title>Linux Kernel Configuration (meta-&lt;bsp_name&gt;/recipes-kernel/linux/*)</title> 310 <title>Linux Kernel Configuration</title>
311 <programlisting>
312meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-wrs_git.bbappend
313 </programlisting>
311 314
312 <para> 315 <para>
313 These files make up the definition of a kernel to use with this hardware. 316 These files make up the definition of a kernel to use with this hardware.
@@ -316,7 +319,7 @@ meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb
316 However, kernels can be shared between many machines as well. 319 However, kernels can be shared between many machines as well.
317 Following is an example: 320 Following is an example:
318 <programlisting> 321 <programlisting>
319meta-Emenlow/recipes-kernel/linux/linux-bsp_2.6.50.bb 322meta-emenlow/recipes-kernel/linux/linux-bsp_2.6.50.bb
320 </programlisting> 323 </programlisting>
321 This example file is the core kernel recipe that details from where to get the kernel 324 This example file is the core kernel recipe that details from where to get the kernel
322 source. 325 source.
@@ -340,7 +343,7 @@ linux-bsp-2.6.50/*.patch
340 </para> 343 </para>
341 <para> 344 <para>
342 <programlisting> 345 <programlisting>
343meta-Emenlow/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp 346meta-emenlow/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp
344 </programlisting> 347 </programlisting>
345 </para> 348 </para>
346 <para> 349 <para>