summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-17 12:02:11 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 18:14:06 +0100
commitdd3cd02e296b32c78071e8679cc672541f69ba5d (patch)
treea4e42aee823ffb592266b04e755849262c76708d
parenta106f4145c5a9d98a288311042372290a7ffdbea (diff)
downloadpoky-dd3cd02e296b32c78071e8679cc672541f69ba5d.tar.gz
documentation/bsp-guide/bsp.xml: Updated link to BSP Download site
In the 'BSP Click-Through Licensing Procedure' section there was an old link to the BSP download page on the Yocto Project website. The link was non-functional. I fixed the link so that it points to the Yocto Project BSP Download page. I also re-wrote the paragraph to read better. (From yocto-docs rev: b87714fa54f71aa061126b7f29d80723a90818e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/bsp.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 443d4427c6..81f347bb6a 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -536,14 +536,14 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
536 536
537 <para> 537 <para>
538 For cases where you can substitute something and still maintain functionality, 538 For cases where you can substitute something and still maintain functionality,
539 the Yocto Project website at 539 the Yocto Project website's
540 <ulink url='http://yoctoproject.org/download/board-support-package-bsp-downloads'></ulink> 540 <ulink url='http://www.yoctoproject.org/download/all?keys=&amp;download_type=1&amp;download_version='>BSP Download Page</ulink>
541 will make available a 'de-featured' BSP completely free of the encumbered IP. 541 makes available 'de-featured' BSPs that are completely free of any IP encumbrances.
542 In that case you can use the substitution directly and without any further licensing 542 For these cases you can use the substitution directly and without any further licensing
543 requirements. 543 requirements.
544 If present, this fully 'de-featured' BSP will be named appropriately different 544 If present, these fully 'de-featured' BSPs are named appropriately different
545 than the normal encumbered BSP. 545 as compared to the names of the respective encumbered BSPs.
546 If available, this substitution is the simplest and most preferred option. 546 If available, these substitutions are the simplest and most preferred options.
547 This, of course, assumes the resulting functionality meets requirements. 547 This, of course, assumes the resulting functionality meets requirements.
548 </para> 548 </para>
549 549