The meta-labgrid layer provides support for integrating the labgrid exporter into your device.
Please see the corresponding sections below for details.
This layer depends on:
Please submit patches via GitHub pull request on: https://github.com/labgrid-project/meta-labgrid
Maintainers: - Enrico Jörns <e.joerns@pengutronix.de> - Rouven Czerwinski <r.czerwinski@pengutronix.de>
- Adding the labgrid layer to your build
- Building labgrid exporter
- References
In order to use this layer, you need to make the build system aware of it.
Assuming the labgrid layer exists at the top-level of your yocto build tree, you can add it to the build system by adding the location of the labgrid layer to bblayers.conf, along with any other layers needed. e.g.:
BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-poky \ /path/to/yocto/meta-yocto-bsp \ /path/to/yocto/meta-openembedded/meta-python \ /path/to/yocto/meta-labgrid \ "
To prepare your device for using the labgrid exporter, you have to follow at least the following steps:
Add the labgrid package to your systems image recipe:
IMAGE_INSTALL:append = " python3-labgrid"
Build the rootfs for your device:
bitbake my-machine-recipe
[1] Labgrid documentation http://labgrid.readthedocs.io/en/latest/