diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 4 | ||||
-rw-r--r-- | documentation/transitioning-to-a-custom-environment.rst | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index adb738ccfc..6c341976f9 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -140,7 +140,7 @@ using a different layer where that metadata might be common across | |||
140 | several pieces of hardware. | 140 | several pieces of hardware. |
141 | 141 | ||
142 | There are many layers working in the Yocto Project development environment. The | 142 | There are many layers working in the Yocto Project development environment. The |
143 | :yocto_home:`Yocto Project Curated Layer Index </software-overview/layers/>` | 143 | :yocto_home:`Yocto Project Compatible Layer Index </software-overview/layers/>` |
144 | and :oe_layerindex:`OpenEmbedded Layer Index <>` both contain layers from | 144 | and :oe_layerindex:`OpenEmbedded Layer Index <>` both contain layers from |
145 | which you can use or leverage. | 145 | which you can use or leverage. |
146 | 146 | ||
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 86a8bf2b0d..e574dfa5b8 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -218,8 +218,8 @@ your Metadata, the easier it is to cope with future changes. | |||
218 | possible. | 218 | possible. |
219 | 219 | ||
220 | - Familiarize yourself with the | 220 | - Familiarize yourself with the |
221 | :yocto_home:`Yocto Project curated layer index</software-overview/layers/>` | 221 | :yocto_home:`Yocto Project Compatible Layers </software-overview/layers/>` |
222 | or the :oe_layerindex:`OpenEmbedded layer index <>`. | 222 | or the :oe_layerindex:`OpenEmbedded Layer Index <>`. |
223 | The latter contains more layers but they are less universally | 223 | The latter contains more layers but they are less universally |
224 | validated. | 224 | validated. |
225 | 225 | ||
diff --git a/documentation/transitioning-to-a-custom-environment.rst b/documentation/transitioning-to-a-custom-environment.rst index f0035bd3af..6b34fedc26 100644 --- a/documentation/transitioning-to-a-custom-environment.rst +++ b/documentation/transitioning-to-a-custom-environment.rst | |||
@@ -28,9 +28,9 @@ Transitioning to a custom environment for systems development | |||
28 | for you to get comfortable with project concepts. | 28 | for you to get comfortable with project concepts. |
29 | 29 | ||
30 | #. **Find and acquire the best BSP for your target**. | 30 | #. **Find and acquire the best BSP for your target**. |
31 | Use the :yocto_home:`Yocto Project curated layer index | 31 | Use the :yocto_home:`Yocto Project Compatible Layers |
32 | </software-overview/layers/>` or even the :oe_layerindex:`OpenEmbedded | 32 | </software-overview/layers/>` or even the :oe_layerindex:`OpenEmbedded |
33 | layer index <>` to find and acquire the best BSP for your | 33 | Layer Index <>` to find and acquire the best BSP for your |
34 | target board. The Yocto Project layer index BSPs are regularly validated. The | 34 | target board. The Yocto Project layer index BSPs are regularly validated. The |
35 | best place to get your first BSP is from your silicon manufacturer or board | 35 | best place to get your first BSP is from your silicon manufacturer or board |
36 | vendor – they can point you to their most qualified efforts. In general, for | 36 | vendor – they can point you to their most qualified efforts. In general, for |