summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-01 09:52:29 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:11 +0100
commit8d0d487a12924017724d7c5a8d423b2b7536975a (patch)
treede19174d8881d94c2aeb83bf5cb6eb8095823c03 /documentation/bsp-guide
parent980ad4ed0c37c0644bf61fbb67be65edac43c8f5 (diff)
downloadpoky-8d0d487a12924017724d7c5a8d423b2b7536975a.tar.gz
ref-manual, bsp-guide: Added cross-references for two variables.
Added several cross-link references for the LICENSE_FLAGS and LICENSE_FLAGS_WHITELIST variables. Note that the cross-references previously put in for LICENSE_FLAGS were slightly wrong as they were using the <ulink> tag instead of the <link> tag. (From yocto-docs rev: dc2769c63d24d3650c993cfd48bcb4540ad36ca2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 26434c7c09..fd143ede14 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1009,7 +1009,7 @@
1009 For each of those recipes, you can 1009 For each of those recipes, you can
1010 specify a matching license string in a 1010 specify a matching license string in a
1011 <filename>local.conf</filename> variable named 1011 <filename>local.conf</filename> variable named
1012 <filename>LICENSE_FLAGS_WHITELIST</filename>. 1012 <ulink url='&YOCTO_DOCS_REF_URL;#var-LICENSE_FLAGS_WHITELIST'><filename>LICENSE_FLAGS_WHITELIST</filename></ulink>.
1013 Specifying the matching license string signifies that you agree to the license. 1013 Specifying the matching license string signifies that you agree to the license.
1014 Thus, the build system can build the corresponding recipe and include 1014 Thus, the build system can build the corresponding recipe and include
1015 the component in the image. 1015 the component in the image.