summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-13 15:23:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 14:40:29 +0100
commit8fd6d222ed25672644e752161ee291aa180d6df2 (patch)
tree51ba535bd27149928445d9889a255d81a194ee30
parent373001bbc0a9482e297e072efa30b0ee12a019f4 (diff)
downloadpoky-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>
-rw-r--r--documentation/bsp-guide/bsp.rst10
-rw-r--r--documentation/dev-manual/runtime-testing.rst8
-rw-r--r--documentation/ref-manual/variables.rst3
3 files changed, 6 insertions, 15 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
65In addition to BSP layers, the ``meta-yocto-bsp`` layer is part of the 65In addition to BSP layers, the ``meta-yocto-bsp`` layer is part of the
66shipped ``poky`` repository. The ``meta-yocto-bsp`` layer maintains 66shipped ``poky`` repository. The ``meta-yocto-bsp`` layer maintains
67several "reference" BSPs including the ARM-based Beaglebone, MIPS-based 67several "reference" BSPs including the ARM-based Beaglebone and generic
68EdgeRouter, and generic versions of both 32-bit and 64-bit IA machines. 68versions of both 32-bit and 64-bit IA machines.
69 69
70For information on typical BSP development workflow, see the 70For 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:
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index af3fe2c1dd..205a96cc59 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -160,12 +160,6 @@ options are available:
160 comments at the top of the BeagleBoneTarget 160 comments at the top of the BeagleBoneTarget
161 ``meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py`` file. 161 ``meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py`` file.
162 162
163- *"EdgeRouterTarget":* Choose "EdgeRouterTarget" if you are deploying
164 images and running tests on the Ubiquiti Networks EdgeRouter Lite.
165 For information on how to use these tests, see the comments at the
166 top of the EdgeRouterTarget
167 ``meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py`` file.
168
169- *"GrubTarget":* Choose "GrubTarget" if you are deploying images and running 163- *"GrubTarget":* Choose "GrubTarget" if you are deploying images and running
170 tests on any generic PC that boots using GRUB. For information on how 164 tests on any generic PC that boots using GRUB. For information on how
171 to use these tests, see the comments at the top of the GrubTarget 165 to use these tests, see the comments at the top of the GrubTarget
@@ -288,7 +282,7 @@ Serial Console Connection
288------------------------- 282-------------------------
289 283
290For test target classes requiring a serial console to interact with the 284For test target classes requiring a serial console to interact with the
291bootloader (e.g. BeagleBoneTarget, EdgeRouterTarget, and GrubTarget), 285bootloader (e.g. BeagleBoneTarget and GrubTarget),
292you need to specify a command to use to connect to the serial console of 286you need to specify a command to use to connect to the serial console of
293the target machine by using the 287the target machine by using the
294:term:`TEST_SERIALCONTROL_CMD` 288:term:`TEST_SERIALCONTROL_CMD`
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index fd64088512..dbd21826a3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4342,7 +4342,7 @@ system and gives an overview of their function and contents.
4342 hardware. Continuing with the previous kernel example, the kernel's 4342 hardware. Continuing with the previous kernel example, the kernel's
4343 append file is located in the 4343 append file is located in the
4344 BSP layer for a given machine. For example, the append file for the 4344 BSP layer for a given machine. For example, the append file for the
4345 Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA 4345 Beaglebone and generic versions of both 32 and 64-bit IA
4346 machines (``meta-yocto-bsp``) is named 4346 machines (``meta-yocto-bsp``) is named
4347 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend``. 4347 ``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend``.
4348 Here are the related statements from that append file:: 4348 Here are the related statements from that append file::
@@ -5081,7 +5081,6 @@ system and gives an overview of their function and contents.
5081 MACHINE ?= "genericx86" 5081 MACHINE ?= "genericx86"
5082 MACHINE ?= "genericx86-64" 5082 MACHINE ?= "genericx86-64"
5083 MACHINE ?= "beaglebone" 5083 MACHINE ?= "beaglebone"
5084 MACHINE ?= "edgerouter"
5085 5084
5086 The last five are Yocto Project reference hardware 5085 The last five are Yocto Project reference hardware
5087 boards, which are provided in the ``meta-yocto-bsp`` layer. 5086 boards, which are provided in the ``meta-yocto-bsp`` layer.