diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-13 15:23:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-20 14:40:29 +0100 |
commit | 8fd6d222ed25672644e752161ee291aa180d6df2 (patch) | |
tree | 51ba535bd27149928445d9889a255d81a194ee30 /documentation/bsp-guide/bsp.rst | |
parent | 373001bbc0a9482e297e072efa30b0ee12a019f4 (diff) | |
download | poky-8fd6d222ed25672644e752161ee291aa180d6df2.tar.gz |
manuals: update list of supported machines
The EdgeRouter machine is no longer supported.
https://git.yoctoproject.org/poky/commit/?id=0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e
(From yocto-docs rev: e600522f2d2514bdd888c91043b9c59563ee7a6d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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: |