Skip to content

Commit

Permalink
greengrass-bin: upgrade 2.13.0 -> 2.14.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c0667c)
  • Loading branch information
thomas-roos committed Dec 17, 2024
1 parent 0226eaa commit c300f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions recipes-iot/aws-iot-greengrass/files/greengrass.service.diff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Restart=on-failure
RestartSec=10
+ExecStartPre=/bin/sh -c "/greengrass/v2/config/replace_board_id.sh /greengrass/v2/config/config.yaml"
ExecStart=/bin/sh /greengrass/v2/alts/current/distro/bin/loader

ExecStart=/bin/sh -c "/greengrass/v2/alts/current/distro/bin/loader >> REPLACE_WITH_LOADER_LOG_FILE 2>&1"
KillMode=mixed

[Install]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI:append = " ${@bb.utils.contains('PACKAGECONFIG', 'fleetprovisioning', '\
file://claim.root.pem \
', '', d)}"

SRC_URI[payload.sha256sum] = "c441d2e40884bfa58c42d96c9a6857531848bd66349e1b4499a7a41e37d8cdeb"
SRC_URI[payload.sha256sum] = "6793bc6c7411a928734bbf8b10d330be8ab4cecb66362681cdda76eb761af232"
SRC_URI[license.sha256sum] = "09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b"
SRC_URI[license.md5sum] = "34400b68072d710fecd0a2940a0d1658"
SRC_URI[sha256sum] = "ed4b745420bcf47e354299b2149ef10288a9bc65d5e786b859143157714da5e0"
Expand Down

0 comments on commit c300f62

Please sign in to comment.