diff options
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp-guide.xml | 2 | ||||
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index 7f06df7110..d5cdd2bd63 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml | |||
@@ -70,7 +70,7 @@ | |||
70 | <note> | 70 | <note> |
71 | Due to production processes, there could be differences between the Yocto Project | 71 | Due to production processes, there could be differences between the Yocto Project |
72 | documentation bundled in the release tarball and the | 72 | documentation bundled in the release tarball and the |
73 | <ulink url='http://www.yoctoproject.org/docs/1.1/bsp-guide/bsp-guide.html'> | 73 | <ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html'> |
74 | Board Support Package (BSP) Developer's Guide</ulink> on | 74 | Board Support Package (BSP) Developer's Guide</ulink> on |
75 | the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. | 75 | the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. |
76 | For the latest version of this manual, see the manual on the website. | 76 | For the latest version of this manual, see the manual on the website. |
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 8b0d2ab968..329bf87b63 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -30,9 +30,9 @@ | |||
30 | <note> | 30 | <note> |
31 | The information here does not provide an example of how to create a BSP. | 31 | The information here does not provide an example of how to create a BSP. |
32 | For examples on how to create a BSP, see the | 32 | For examples on how to create a BSP, see the |
33 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> | 33 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-bsp-appendix'> |
34 | BSP Development Example</ulink> in | 34 | BSP Development Example</ulink> in |
35 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> | 35 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> |
36 | The Yocto Project Development Manual</ulink>. | 36 | The Yocto Project Development Manual</ulink>. |
37 | You can also see the | 37 | You can also see the |
38 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> | 38 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_creating_one_generic_Atom_BSP_from_another'> |
@@ -100,9 +100,9 @@ | |||
100 | " | 100 | " |
101 | </literallayout> | 101 | </literallayout> |
102 | For more detailed information on layers, see the | 102 | For more detailed information on layers, see the |
103 | "<ulink url='http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Reference Manual. | 103 | "<ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Reference Manual. |
104 | You can also see the detailed examples in the appendices of | 104 | You can also see the detailed examples in the appendices of |
105 | <ulink url='http://www.yoctoproject.org/docs/1.1/dev-manual/dev-manual.html'> | 105 | <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> |
106 | The Yocto Project Development Manual</ulink>. | 106 | The Yocto Project Development Manual</ulink>. |
107 | </para> | 107 | </para> |
108 | 108 | ||
@@ -542,7 +542,7 @@ | |||
542 | The configuration options will likely end up in that location anyway if the BSP gets | 542 | The configuration options will likely end up in that location anyway if the BSP gets |
543 | added to the Yocto Project. | 543 | added to the Yocto Project. |
544 | For information on how to add these configurations directly, see | 544 | For information on how to add these configurations directly, see |
545 | <ulink url='http://yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html'> | 545 | <ulink url='http://yoctoproject.org/docs/latest/kernel-manual/kernel-manual.html'> |
546 | The Yocto Project Kernel Architecture and Use Manual</ulink>.</para> | 546 | The Yocto Project Kernel Architecture and Use Manual</ulink>.</para> |
547 | <para> | 547 | <para> |
548 | In general, however, the Yocto Project maintainers take care of moving the | 548 | In general, however, the Yocto Project maintainers take care of moving the |