diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 7 | ||||
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ab882ff778..642ef15fe5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -1462,12 +1462,9 @@ cross-compiler that is used internally within BitBake only. | |||
1462 | 1462 | ||
1463 | .. note:: | 1463 | .. note:: |
1464 | 1464 | ||
1465 | The extensible SDK does not use | 1465 | The extensible SDK does not use ``gcc-cross-canadian`` |
1466 | gcc-cross-canadian | ||
1467 | since this SDK ships a copy of the OpenEmbedded build system and the | 1466 | since this SDK ships a copy of the OpenEmbedded build system and the |
1468 | sysroot within it contains | 1467 | sysroot within it contains ``gcc-cross``. |
1469 | gcc-cross | ||
1470 | . | ||
1471 | 1468 | ||
1472 | The chain of events that occurs when the standard toolchain is bootstrapped:: | 1469 | The chain of events that occurs when the standard toolchain is bootstrapped:: |
1473 | 1470 | ||
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 28ed07994a..d20a4ab09f 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -248,8 +248,7 @@ accomplish this through a recipe that is a BitBake append | |||
248 | .. note:: | 248 | .. note:: |
249 | 249 | ||
250 | For general information on BSP layer structure, see the | 250 | For general information on BSP layer structure, see the |
251 | :doc:`/bsp-guide/index` | 251 | :doc:`/bsp-guide/index`. |
252 | . | ||
253 | 252 | ||
254 | The :term:`Source Directory` | 253 | The :term:`Source Directory` |
255 | contains both general layers and BSP layers right out of the box. You | 254 | contains both general layers and BSP layers right out of the box. You |