]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual, bsp-guide: Added some links
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 11 Feb 2013 20:20:20 +0000 (12:20 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 17:25:44 +0000 (17:25 +0000)
Fixes YOCTO #3552

Added some links to the FILESEXTRAPATHS and SRC_URI variables.
These links connect appropriate sections to a newly improved
section on FILESEXTRAPATHS glossary description.

(From yocto-docs rev: a58e7c6f013393c87381411f918e16a8f04d55d1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/bsp-guide/bsp.xml
documentation/dev-manual/dev-manual-common-tasks.xml

index 94415a679cdd70b37c1472afb1f3de8601a43f6b..5c34bfdca9da83c7c3f1d5d8e4dabd3591769762 100644 (file)
             </para>
 
             <para>
-                The <filename>FILESEXTRAPATHS</filename> variable is in boilerplate form in the
+                The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
+                variable is in boilerplate form in the
                 previous example in order to make it easy to do that.
                 This variable must be in your layer or BitBake will not find the patches or
                 configurations even if you have them in your <filename>SRC_URI</filename>.
index ec744b472b9bb42880a579ff0a8e7e08022bd6b2..1f8dba4eb6c60e008e03a6853a739edc659bbb03 100644 (file)
                 <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
                 within a <filename>.bbappend</filename> by extending the path BitBake uses to search for files.
                 The most reliable way to do this is by prepending the
-                <filename>FILESEXTRAPATHS</filename> variable.
+                <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
+                variable.
                 For example, if you have your files in a directory that is named the same as your package
                 (<ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>),
                 you can add this directory by adding the following to your <filename>.bbappend</filename> file:
 
      PRINC := "${@int(PRINC) + 1}"
                         </literallayout>
-                        The <filename>FILESEXTRAPATHS</filename> and <filename>SRC_URI</filename>
+                        The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
+                        and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink>
                         statements enable the OpenEmbedded build system to find the patch file.
                         </para></listitem>
                     <listitem><para><emphasis>Put the patch file in your layer</emphasis>: