Skip to content

Commit

Permalink
greengrass-lite: fix ptest for greengrass-bin, 2nd try
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Dec 19, 2024
1 parent a75fa93 commit d766084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes-iot/aws-iot-greengrass/greengrass-lite/run-ptest
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -euxo pipefail

# this has been disabled cause this has issues with greengrass-bin
systemctl enable ggl.gg-ipc.socket.socket
systemctl enable ggl.ipc_component.socket
systemctl start greengrass-lite.target

# settle time
Expand Down
1 change: 1 addition & 0 deletions recipes-iot/aws-iot-greengrass/greengrass-lite_2.0.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ do_install:append() {
# disable automatic startup of gg-lite, cause this will use the same port as greengrass-bin, conflicting.
SYSTEMD_SERVICE:${PN}-ptest:remove = "greengrass-lite.target"
SYSTEMD_SERVICE:${PN}-ptest:remove = "ggl.gg-ipc.socket.socket"
SYSTEMD_SERVICE:${PN}-ptest:remove = "ggl.ipc_component.socket"

USERADD_PACKAGES = "${PN}"
GROUPADD_PARAM:${PN} = "-r ${gg_group}; -r ${ggc_group}"
Expand Down

0 comments on commit d766084

Please sign in to comment.