Skip to content

Commit

Permalink
meta-lxatac-software: python3-labgrid: use devel version from master
Browse files Browse the repository at this point in the history
This marks a breaking change compared to the previous release version,
as master 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.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
jluebbe authored and hnez committed Sep 19, 2024
1 parent 6f0b19f commit e947f4b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ SRC_URI += "file://userconfig.yaml \
file://labgrid.conf \
"

SRCREV = "e5ace1a36c4e552b950cf356ce0e34586f776432"
SRCREV = "6b541210c6063e97d81e257d2d6bda1444d9ec78"

RDEPENDS:${PN} += " \
python3-grpcio \
python3-grpcio-reflection \
python3-grpcio-channelz \
"
RDEPENDS:${PN}:remove = "python3-autobahn"

do_install:append() {
# The userconfig.yaml is migrated via rauc hook between installs.
Expand Down

0 comments on commit e947f4b

Please sign in to comment.