diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-14 15:22:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:21 +0100 |
commit | 762c0d001f2be8506a096f0bbeabd44d8a987b7e (patch) | |
tree | b70e4a7d51055162560defe66cbafcf3a7af0b49 /documentation/bsp-guide | |
parent | 651119a4ef38ee352a4821c2b8771d2aaa4669f0 (diff) | |
download | poky-762c0d001f2be8506a096f0bbeabd44d8a987b7e.tar.gz |
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>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 4ea3b130ec..9483c8175d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -344,7 +344,7 @@ meta-<bsp_name>/recipes-kernel/linux/linux-yocto_git.bbappend | |||
344 | </para> | 344 | </para> |
345 | <para> | 345 | <para> |
346 | For your BSP you typically want to use an existing Yocto Project kernel found in the | 346 | For your BSP you typically want to use an existing Yocto Project kernel found in the |
347 | Yocto Project repository at <filename class='directory'>meta/recipes-kernel/kernel</filename>. | 347 | Yocto Project repository at <filename class='directory'>meta/recipes-kernel/linux</filename>. |
348 | You can append your specific changes to the kernel recipe by using an append file, | 348 | You can append your specific changes to the kernel recipe by using an append file, |
349 | which is located in the | 349 | which is located in the |
350 | <filename class='directory'>meta-<bsp_name>/recipes-kernel/linux</filename> | 350 | <filename class='directory'>meta-<bsp_name>/recipes-kernel/linux</filename> |