From e3b9c267e6e39df5efd999bfd90ce67337b62295 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 20 Jun 2024 19:00:09 +0200 Subject: [PATCH] meta-labgrid: update to a version that adds grpc support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 https://github.com/labgrid-project/labgrid/pull/1469 for more information about this change. Signed-off-by: Leonard Göhrs --- meta-labgrid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-labgrid b/meta-labgrid index 95308c3d..e8bc5931 160000 --- a/meta-labgrid +++ b/meta-labgrid @@ -1 +1 @@ -Subproject commit 95308c3d2ac1b101481d3f3e4590a98f1fbeb2cb +Subproject commit e8bc5931d9bc45b5a63a2436f166008699829980