diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index c1160397be..f21fc530e4 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -64,8 +64,8 @@ Here is an example that clones the Raspberry Pi BSP layer:: | |||
64 | 64 | ||
65 | In addition to BSP layers, the ``meta-yocto-bsp`` layer is part of the | 65 | In addition to BSP layers, the ``meta-yocto-bsp`` layer is part of the |
66 | shipped ``poky`` repository. The ``meta-yocto-bsp`` layer maintains | 66 | shipped ``poky`` repository. The ``meta-yocto-bsp`` layer maintains |
67 | several "reference" BSPs including the ARM-based Beaglebone, MIPS-based | 67 | several "reference" BSPs including the ARM-based Beaglebone and generic |
68 | EdgeRouter, and generic versions of both 32-bit and 64-bit IA machines. | 68 | versions of both 32-bit and 64-bit IA machines. |
69 | 69 | ||
70 | For information on typical BSP development workflow, see the | 70 | For information on typical BSP development workflow, see the |
71 | :ref:`bsp-guide/bsp:developing a board support package (bsp)` | 71 | :ref:`bsp-guide/bsp:developing a board support package (bsp)` |
@@ -764,15 +764,13 @@ workflow. | |||
764 | 764 | ||
765 | .. note:: | 765 | .. note:: |
766 | 766 | ||
767 | - There are four hardware reference BSPs in the Yocto | 767 | - There are three hardware reference BSPs in the Yocto |
768 | Project release, located in the ``poky/meta-yocto-bsp`` | 768 | Project release, located in the ``poky/meta-yocto-bsp`` |
769 | BSP layer: | 769 | BSP layer: |
770 | 770 | ||
771 | - Texas Instruments Beaglebone (``beaglebone-yocto``) | 771 | - Texas Instruments Beaglebone (``beaglebone-yocto``) |
772 | 772 | ||
773 | - Ubiquiti Networks EdgeRouter Lite (``edgerouter``) | 773 | - Two generic IA platforms (``genericx86`` and ``genericx86-64``) |
774 | |||
775 | - Two general IA platforms (``genericx86`` and ``genericx86-64``) | ||
776 | 774 | ||
777 | - There are three core Intel BSPs in the Yocto Project | 775 | - There are three core Intel BSPs in the Yocto Project |
778 | release, in the ``meta-intel`` layer: | 776 | release, in the ``meta-intel`` layer: |