diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 14:29:36 -0800 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:44 +0000 | 
| commit | 7f18ffe313bb6516862ad344a6506c84afa0a1cf (patch) | |
| tree | baf9dfc0f21efd100228dd0192d4047529629a76 | |
| parent | 23f5c9482b9c371ea21764a374e74e5b9940d54b (diff) | |
| download | openembedded-core-7f18ffe313bb6516862ad344a6506c84afa0a1cf.tar.gz openembedded-core-7f18ffe313bb6516862ad344a6506c84afa0a1cf.tar.bz2 openembedded-core-7f18ffe313bb6516862ad344a6506c84afa0a1cf.zip | |
documentation/bsp-guide/bsp.xml:  Updated Linux Kernel Configuration section.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 9 | 
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          </section>          <section id='bsp-filelayout-kernel'> -            <title>Linux Kernel Configuration (meta-<bsp_name>/recipes-kernel/linux/*)</title> +            <title>Linux Kernel Configuration</title> +            <programlisting> +meta-<bsp_name>/recipes-kernel/linux/linux-wrs_git.bbappend +            </programlisting>              <para>                  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                  However, kernels can be shared between many machines as well.                  Following is an example:                 <programlisting> -meta-Emenlow/recipes-kernel/linux/linux-bsp_2.6.50.bb +meta-emenlow/recipes-kernel/linux/linux-bsp_2.6.50.bb                 </programlisting>                  This example file is the core kernel recipe that details from where to get the kernel                  source. @@ -340,7 +343,7 @@ linux-bsp-2.6.50/*.patch              </para>              <para>                  <programlisting> -meta-Emenlow/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp +meta-emenlow/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp                  </programlisting>              </para>              <para> | 
