summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-02-11 12:20:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-14 17:25:44 +0000
commitcd474b08f6ea538e5a5b8a3441e892f9d3a87408 (patch)
tree74c4178ac11b2a8797a0843e51b530632a69231a /documentation
parentb8761468d32b2823c8e22f7b1c42091f652077c5 (diff)
downloadast2050-yocto-poky-cd474b08f6ea538e5a5b8a3441e892f9d3a87408.zip
ast2050-yocto-poky-cd474b08f6ea538e5a5b8a3441e892f9d3a87408.tar.gz
dev-manual, bsp-guide: Added some links
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml3
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
2 files changed, 6 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 94415a6..5c34bfd 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -621,7 +621,8 @@
</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>.
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ec744b4..1f8dba4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -356,7 +356,8 @@
<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:
@@ -1827,7 +1828,8 @@
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>:
OpenPOWER on IntegriCloud