Skip to content

Commit

Permalink
rpi-eeprom: Add SIGN_API compile dependency
Browse files Browse the repository at this point in the history
Make sure to rebuild the firmware for signed images and not just re-use
the cached copy.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Jun 6, 2024
1 parent 89dfc00 commit f5a5e07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ do_compile[depends] += " \
python3-pycryptodomex-native:do_populate_sysroot \
balena-keys:do_deploy \
"
do_compile[vardeps] = "SIGN_API"

do_install() {
install -d ${D}${libexecdir}
Expand Down

0 comments on commit f5a5e07

Please sign in to comment.