mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
373001bbc0
commit
8fd6d222ed
@@ -64,8 +64,8 @@ Here is an example that clones the Raspberry Pi BSP layer::
|
||||
|
||||
In addition to BSP layers, the ``meta-yocto-bsp`` layer is part of the
|
||||
shipped ``poky`` repository. The ``meta-yocto-bsp`` layer maintains
|
||||
several "reference" BSPs including the ARM-based Beaglebone, MIPS-based
|
||||
EdgeRouter, and generic versions of both 32-bit and 64-bit IA machines.
|
||||
several "reference" BSPs including the ARM-based Beaglebone and generic
|
||||
versions of both 32-bit and 64-bit IA machines.
|
||||
|
||||
For information on typical BSP development workflow, see the
|
||||
:ref:`bsp-guide/bsp:developing a board support package (bsp)`
|
||||
@@ -764,15 +764,13 @@ workflow.
|
||||
|
||||
.. note::
|
||||
|
||||
- There are four hardware reference BSPs in the Yocto
|
||||
- There are three hardware reference BSPs in the Yocto
|
||||
Project release, located in the ``poky/meta-yocto-bsp``
|
||||
BSP layer:
|
||||
|
||||
- Texas Instruments Beaglebone (``beaglebone-yocto``)
|
||||
|
||||
- Ubiquiti Networks EdgeRouter Lite (``edgerouter``)
|
||||
|
||||
- Two general IA platforms (``genericx86`` and ``genericx86-64``)
|
||||
- Two generic IA platforms (``genericx86`` and ``genericx86-64``)
|
||||
|
||||
- There are three core Intel BSPs in the Yocto Project
|
||||
release, in the ``meta-intel`` layer:
|
||||
|
||||
@@ -160,12 +160,6 @@ options are available:
|
||||
comments at the top of the BeagleBoneTarget
|
||||
``meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py`` file.
|
||||
|
||||
- *"EdgeRouterTarget":* Choose "EdgeRouterTarget" if you are deploying
|
||||
images and running tests on the Ubiquiti Networks EdgeRouter Lite.
|
||||
For information on how to use these tests, see the comments at the
|
||||
top of the EdgeRouterTarget
|
||||
``meta-yocto-bsp/lib/oeqa/controllers/edgeroutertarget.py`` file.
|
||||
|
||||
- *"GrubTarget":* Choose "GrubTarget" if you are deploying images and running
|
||||
tests on any generic PC that boots using GRUB. For information on how
|
||||
to use these tests, see the comments at the top of the GrubTarget
|
||||
@@ -288,7 +282,7 @@ Serial Console Connection
|
||||
-------------------------
|
||||
|
||||
For test target classes requiring a serial console to interact with the
|
||||
bootloader (e.g. BeagleBoneTarget, EdgeRouterTarget, and GrubTarget),
|
||||
bootloader (e.g. BeagleBoneTarget and GrubTarget),
|
||||
you need to specify a command to use to connect to the serial console of
|
||||
the target machine by using the
|
||||
:term:`TEST_SERIALCONTROL_CMD`
|
||||
|
||||
@@ -4342,7 +4342,7 @@ system and gives an overview of their function and contents.
|
||||
hardware. Continuing with the previous kernel example, the kernel's
|
||||
append file is located in the
|
||||
BSP layer for a given machine. For example, the append file for the
|
||||
Beaglebone, EdgeRouter, and generic versions of both 32 and 64-bit IA
|
||||
Beaglebone and generic versions of both 32 and 64-bit IA
|
||||
machines (``meta-yocto-bsp``) is named
|
||||
``meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.1.bbappend``.
|
||||
Here are the related statements from that append file::
|
||||
@@ -5081,7 +5081,6 @@ system and gives an overview of their function and contents.
|
||||
MACHINE ?= "genericx86"
|
||||
MACHINE ?= "genericx86-64"
|
||||
MACHINE ?= "beaglebone"
|
||||
MACHINE ?= "edgerouter"
|
||||
|
||||
The last five are Yocto Project reference hardware
|
||||
boards, which are provided in the ``meta-yocto-bsp`` layer.
|
||||
|
||||
Reference in New Issue
Block a user