diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-06 13:37:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-09 10:47:57 +0100 |
commit | a40d3981662074aeb6197b9115b8bf475af5d3b2 (patch) | |
tree | 66fe84760df5d962b987539cc993718e903ec3ca | |
parent | 59a40f543ea42a0f374be140754a663c596ec159 (diff) | |
download | poky-a40d3981662074aeb6197b9115b8bf475af5d3b2.tar.gz |
documentation/bsp-guide/bsp.xml: Fixed referece to source directory
I missed a "Yocto Project Files" term because the damn thing split
across two lines in the source file and my grep method did not find
it. Changed it to "source directory."
(From yocto-docs rev: 31a261c141d3e26f4a87b9725097005c96345e2e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index a1a678b1c1..63963d5bbd 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -509,8 +509,8 @@ | |||
509 | </para> | 509 | </para> |
510 | <para> | 510 | <para> |
511 | For your BSP, you typically want to use an existing Yocto Project kernel found in the | 511 | For your BSP, you typically want to use an existing Yocto Project kernel found in the |
512 | <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto | 512 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> |
513 | Project Files</ulink> at <filename>meta/recipes-kernel/linux</filename>. | 513 | at <filename>meta/recipes-kernel/linux</filename>. |
514 | You can append your specific changes to the kernel recipe by using a | 514 | You can append your specific changes to the kernel recipe by using a |
515 | similarly named append file, which is located in the BSP Layer (e.g. | 515 | similarly named append file, which is located in the BSP Layer (e.g. |
516 | the <filename>meta-<bsp_name>/recipes-kernel/linux</filename> directory). | 516 | the <filename>meta-<bsp_name>/recipes-kernel/linux</filename> directory). |