diff options
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 10 | ||||
| -rw-r--r-- | documentation/dev-manual/runtime-testing.rst | 8 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 3 |
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 | ||
| 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: |
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 | ||
| 290 | For test target classes requiring a serial console to interact with the | 284 | For test target classes requiring a serial console to interact with the |
| 291 | bootloader (e.g. BeagleBoneTarget, EdgeRouterTarget, and GrubTarget), | 285 | bootloader (e.g. BeagleBoneTarget and GrubTarget), |
| 292 | you need to specify a command to use to connect to the serial console of | 286 | you need to specify a command to use to connect to the serial console of |
| 293 | the target machine by using the | 287 | the 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. |
