Skip to content

Commit

Permalink
bundle.bbclass: extend do_bundle[file-checksums]
Browse files Browse the repository at this point in the history
Rerun do_bundle task when RAUC_CERT_FILE or RAUC_KEY_FILE files have
been changed on the disk.

Signed-off-by: Grygorii Tertychnyi <grembeter@gmail.com>
  • Loading branch information
grembeter committed Nov 15, 2024
1 parent 1242c33 commit ef3ecb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes-recipe/bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ do_bundle() {
}
do_bundle[dirs] = "${B}"
do_bundle[cleandirs] = "${B}"
do_bundle[file-checksums] += "${RAUC_CERT_FILE}:True ${RAUC_KEY_FILE}:True"

addtask bundle after do_configure

Expand Down

0 comments on commit ef3ecb4

Please sign in to comment.