documentation/bsp-guide/bsp.xml: updated path for yocto kernels

changed 'meta/recipes-kernel/kernel' to 'meta/recipes-kernel/linux'
as the location for existing YP kernels found in the repository.

(From yocto-docs rev: c8ce3a15429df5c980498ce217803cf5a59cbdc9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-07-14 15:22:25 -07:00 committed by Richard Purdie
parent 651119a4ef
commit 762c0d001f
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_git.bbappend
</para> </para>
<para> <para>
For your BSP you typically want to use an existing Yocto Project kernel found in the For your BSP you typically want to use an existing Yocto Project kernel found in the
Yocto Project repository at <filename class='directory'>meta/recipes-kernel/kernel</filename>. Yocto Project repository at <filename class='directory'>meta/recipes-kernel/linux</filename>.
You can append your specific changes to the kernel recipe by using an append file, You can append your specific changes to the kernel recipe by using an append file,
which is located in the which is located in the
<filename class='directory'>meta-&lt;bsp_name&gt;/recipes-kernel/linux</filename> <filename class='directory'>meta-&lt;bsp_name&gt;/recipes-kernel/linux</filename>