Skip to content

Commit

Permalink
balena-image-flasher: depend on balena-image:do_image_complete
Browse files Browse the repository at this point in the history
At this moment balena-image-flasher depends on do_image_sign_digest
and do_rootfs of balena-image, but this is not enough, as the signature
symlink is only created by a postprocess script.

This patch replaces the two existing dependencies by do_image_complete,
which should cover everything.

Change-type: patch
Signed-off-by: Michal Toman <[email protected]>
  • Loading branch information
mtoman committed Jan 8, 2025
1 parent 6917dad commit aa03022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IMAGE_FSTYPES = "balenaos-img"
BALENA_ROOT_FSTYPE = "ext4"

# Make sure you have the resin image ready
do_image_balenaos_img[depends] += "balena-image:do_rootfs balena-image:do_sign_digest"
do_image_balenaos_img[depends] += "balena-image:do_image_complete"

# Ensure we have the raw balena image ready in DEPLOY_DIR_IMAGE
do_image[depends] += "balena-image:do_image_complete"
Expand Down

0 comments on commit aa03022

Please sign in to comment.