diff options
Diffstat (limited to 'documentation')
-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). |