Skip to content

Commit

Permalink
meta-labgrid: update to a version that adds grpc support
Browse files Browse the repository at this point in the history
This marks a breaking change compared to the previous release version of
labgrid, as this new development version now uses grpc instead of crossbar
to communicate between the client, coordinator and exporters.

This means all of these components need to be updated to the grpc-based
versions at the same time.

See labgrid-project/labgrid#1469 for more
information about this change.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
jluebbe authored and hnez committed Oct 22, 2024
1 parent 313f45f commit 72c6224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
branch = scarthgap
[submodule "meta-labgrid"]
path = meta-labgrid
url = https://github.com/labgrid-project/meta-labgrid.git
branch = scarthgap
url = https://github.com/hnez/meta-labgrid.git
branch = scarthgap-grpc
[submodule "meta-virtualization"]
path = meta-virtualization
url = https://github.com/lgirdk/meta-virtualization.git
Expand Down

0 comments on commit 72c6224

Please sign in to comment.