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-12-20 22:35:16 +0000
commit4005aaf3f82a3f48b60a96034e8454eacf0e89ea (patch)
treec0f61ef81efc2a5b17b8fcc2caa1ca4a53ec23ca
parent5c78a2b02d224c5c56ff209174c05484fa312739 (diff)
downloadpoky-4005aaf3f82a3f48b60a96034e8454eacf0e89ea.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: 15fea54ad8aa637af487474faf5f66e944c5d224) 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 f998331333..ad20818c43 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