Skip to content

Commit

Permalink
greengrass-bin_2.14.0.bb: fix ptest
Browse files Browse the repository at this point in the history
Disable startup of Greengrass, as we want to monitor this.
  • Loading branch information
thomas-roos committed Dec 23, 2024
1 parent 9f1b9d0 commit 9e136e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-iot/aws-iot-greengrass/greengrass-bin_2.14.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ INSANE_SKIP:${PN} += "already-stripped ldflags file-rdeps"
RDEPENDS:${PN}-ptest += "\
greengrass-bin \
"

# disable automatic startup of greengrass, cause we want to monitor the startup.
SYSTEMD_SERVICE:${PN}-ptest:remove = "greengrass.service"

0 comments on commit 9e136e4

Please sign in to comment.