meta-digi/meta-digi-arm/dynamic-layers/stm-st-stm32mp
Javier Viguera 8293eddb57 tf-a-stm32mp: force verbose hexdump for FIP encryption key
When TrustFence encryption is enabled, the TF-A recipe converts the
binary FIP encryption key to a hexadecimal string and passes it to the
TF-A build as ENC_KEY.

hexdump suppresses repeated output by default and emits '*' when it folds
duplicate data. If that happens while converting the key, the generated
ENC_KEY contains the '*' marker instead of the full hex string. The
malformed value then breaks the make command line, and make can interpret
the remaining key fragment as a target, failing for example with:

make ... ENC_KEY=13eb911dfcc316b1b99bbbbf10a7000c3055e863* 166d3c8c9cd6f888b720a9 all
make: *** No rule to make target '166d3c8c9cd6f888b720a9'.  Stop.

Use hexdump -v so every byte of the binary key is emitted and ENC_KEY is
always a complete, contiguous hex string.

https://onedigi.atlassian.net/browse/DEL-10115

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2026-05-13 12:12:34 +02:00
..
recipes-bsp tf-a-stm32mp: force verbose hexdump for FIP encryption key 2026-05-13 12:12:34 +02:00
recipes-extended/stm32mp2projects stm-st-stm32mp: tf-m-stm32mp/m33fw-stm32mp2: Add custom sign-stm32mp bbclass to fix build issue 2026-03-23 21:45:00 +01:00
recipes-graphics weston: allow overriding the weston background from Yocto 2026-03-25 16:19:01 +01:00
recipes-multimedia stm-st-stm32mp: evision: add evision libraries 2026-03-18 08:48:27 +01:00
recipes-security/optee Merge branch 'dey-5.0/master' into dey-5.0/maint 2026-04-30 11:51:33 +02:00