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:
URI: git://git.openembedded.org/bitbake branch: master URI: git://git.openembedded.org/openembedded-core layers: meta branch: master URI: git://git.openembedded.org/meta-openembedded layers: meta-python branch: master
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>
Run bitbake-layers add-layer 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
To contribute to labgrid itself or to report bugs in labgrid, see https://labgrid.readthedocs.io/en/latest/development.html#contributing.
To report meta-labgrid bugs, file a new issue on GitHub.
To fix meta-labgrid bugs, bump recipes or to add new features, open a pull request on GitHub.
Add a Signed-off-by
line to your commits according to labgrid's
Developer’s Certificate of Origin.
[1] Labgrid documentation http://labgrid.readthedocs.io/en/latest/