diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-07 13:01:04 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:07:52 -0800 |
commit | 3ecda3fb021221013a82f1bbf1528a2fa2519247 (patch) | |
tree | cc3fc7718090c0f1b1e35253d551d7eaf86a74d5 | |
parent | 0bc0d3529abecd58fc20c889733724059ea978e5 (diff) | |
download | poky-3ecda3fb021221013a82f1bbf1528a2fa2519247.tar.gz |
documentation/bsp-guide/bsp.xml: Updated reference to manual
The reference for changing a BSP configuration was going to the
kernel manual. This was an old reference. That information had
been pulled from the kernel manual and is now in the BSP appendix
of the YP Development Manual. I updated the reference to point
there.
(From yocto-docs rev: 20b386c522b1fedc2249ac72f151192ff69d098a)
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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e2ae1dbcb1..621e6607fa 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -540,9 +540,9 @@ | |||
540 | <filename>meta</filename> branch for your BSP. | 540 | <filename>meta</filename> branch for your BSP. |
541 | The configuration options will likely end up in that location anyway if the BSP gets | 541 | The configuration options will likely end up in that location anyway if the BSP gets |
542 | added to the Yocto Project. | 542 | added to the Yocto Project. |
543 | For information on how to add these configurations directly, see | 543 | For an example showing how to change the BSP configuration, see the |
544 | <ulink url='http://yoctoproject.org/docs/latest/kernel-manual/kernel-manual.html'> | 544 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#changing-the-bsp-configuration'>Changing the BSP Configuration</ulink>" section |
545 | The Yocto Project Kernel Architecture and Use Manual</ulink>.</para> | 545 | in the Yocto Project Development Manual.</para> |
546 | <para> | 546 | <para> |
547 | In general, however, the Yocto Project maintainers take care of moving the | 547 | In general, however, the Yocto Project maintainers take care of moving the |
548 | <filename>SRC_URI</filename>-specified | 548 | <filename>SRC_URI</filename>-specified |