File tree Expand file tree Collapse file tree 6 files changed +11
-36
lines changed Expand file tree Collapse file tree 6 files changed +11
-36
lines changed Original file line number Diff line number Diff line change 46
46
echo 'INHERIT += "rm_work"' >> conf/auto.conf
47
47
fi
48
48
echo 'DISTRO_FEATURES:remove = "alsa bluetooth usbgadget usbhost wifi nfs zeroconf pci 3g nfc x11 opengl ptest wayland vulkan"' >> conf/local.conf
49
- - name : Build autobahn
50
- run : |
51
- source poky/oe-init-build-env build
52
- bitbake python3-autobahn
53
49
- name : Build labgrid
54
50
run : |
55
51
source poky/oe-init-build-env build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0e9407a08421b8c72f578433434f0bd"
5
5
6
6
RDEPENDS :${PN} = " \
7
7
coreutils \
8
- ser2net \
9
8
libgpiod \
10
9
python3-ansicolors \
11
- python3-attrs \
12
10
python3-asyncio \
13
- python3-autobahn \
11
+ python3-attrs \
12
+ python3-graphviz \
13
+ python3-grpcio \
14
+ python3-grpcio-channelz \
15
+ python3-grpcio-reflection \
14
16
python3-jinja2 \
15
17
python3-multiprocessing \
16
18
python3-pexpect \
@@ -21,7 +23,7 @@ RDEPENDS:${PN} = " \
21
23
python3-pyyaml \
22
24
python3-requests \
23
25
python3-xmodem \
24
- python3-graphviz \
26
+ ser2net \
25
27
"
26
28
27
29
SRC_URI = " \
@@ -30,7 +32,6 @@ SRC_URI = " \
30
32
file://environment \
31
33
"
32
34
33
- SRCREV = "ba15037ff7fb2cd0748aa404c6cf6dcff6c3b143"
34
35
S = "${WORKDIR} /git"
35
36
36
37
DEPENDS += "python3-setuptools-scm-native"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Wants=network-online.target
6
6
[Service]
7
7
Environment ="PYTHONUNBUFFERED=1"
8
8
EnvironmentFile =/etc/labgrid/environment
9
- ExecStart =/usr/bin/labgrid-exporter -x ws:// ${LABGRID_COORDINATOR_IP}:${LABGRID_COORDINATOR_PORT}/ws /etc/labgrid/configuration.yaml
9
+ ExecStart =/usr/bin/labgrid-exporter --coordinator ${LABGRID_COORDINATOR_IP}:${LABGRID_COORDINATOR_PORT} /etc/labgrid/configuration.yaml
10
10
Restart =on-failure
11
11
RestartForceExitStatus =100
12
12
RestartSec =30
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ require python3-labgrid.inc
2
2
3
3
SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=${SRCBRANCH} "
4
4
5
- SRCBRANCH = "stable-23 .0"
6
- SRCREV = "7a63be1682f174ff29584bf178c3fa077c582dcb "
5
+ SRCBRANCH = "stable-25 .0"
6
+ SRCREV = "6d8febb7263f772bb5d0b4aed85f268f7968412e "
Original file line number Diff line number Diff line change @@ -3,16 +3,9 @@ require python3-labgrid.inc
3
3
SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=${SRCBRANCH} "
4
4
5
5
SRCBRANCH = "master"
6
- SRCREV = "5f0ae27f62692cd703052a3c649f19d2f9abed0c "
6
+ SRCREV = "6d8febb7263f772bb5d0b4aed85f268f7968412e "
7
7
8
- PV = "24.0+git"
9
-
10
- RDEPENDS :${PN} += " \
11
- python3-grpcio \
12
- python3-grpcio-reflection \
13
- python3-grpcio-channelz \
14
- "
15
- RDEPENDS :${PN} :remove = "python3-autobahn"
8
+ PV = "25.0+git"
16
9
17
10
LABGRID_USE_DEVEL_VERSION [doc ] = "Global switch to enable labgrid development (git) version"
18
11
LABGRID_USE_DEVEL_VERSION ??= "-1"
You can’t perform that action at this time.
0 commit comments