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/ref-manual | |
| 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/ref-manual')
| -rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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. |
