]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/bsp-guide/bsp.xml: Fixed referece to source directory
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 6 Jul 2012 20:37:31 +0000 (13:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jul 2012 09:47:57 +0000 (10:47 +0100)
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>
documentation/bsp-guide/bsp.xml

index a1a678b1c178aa1a20dc6f25ee75aaee3f940e46..63963d5bbde3b52242ff24f57a909bf6fbd72f4a 100644 (file)
             </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-&lt;bsp_name&gt;/recipes-kernel/linux</filename> directory).