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>
</para>
<para>
For your BSP, you typically want to use an existing Yocto Project kernel found in the
- <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-files'>Yocto
- Project Files</ulink> at <filename>meta/recipes-kernel/linux</filename>.
+ <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>
+ at <filename>meta/recipes-kernel/linux</filename>.
You can append your specific changes to the kernel recipe by using a
similarly named append file, which is located in the BSP Layer (e.g.
the <filename>meta-<bsp_name>/recipes-kernel/linux</filename> directory).