Skip to content

Commit 386e37d

Browse files
committed
python3-labgrid: update to new version
Which includes a systemd service for coordinator, which we want to have installed, but not active.
1 parent 6824c6c commit 386e37d

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ IMAGE_INSTALL:append = "\
9999
pps-tools \
100100
pv \
101101
python3-labgrid \
102+
python3-labgrid-coordinator \
102103
python3-lxa-iobus \
103104
python3-pygobject \
104105
python3-usbmuxctl \

meta-lxatac-software/recipes-devtools/python/python3-labgrid_%.bbappend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SRC_URI += "file://userconfig.yaml \
44
file://labgrid.conf \
55
"
66

7+
SYSTEMD_AUTO_ENABLE:${PN}-coordinator = "disable"
8+
79
do_install:append() {
810
# The userconfig.yaml is migrated via rauc hook between installs.
911
# Deploy a copy of the file so that users can go back to a default config

0 commit comments

Comments
 (0)