Skip to content

Commit df2d439

Browse files
ahasztagcarlescufi
authored andcommitted
suit: Fix breaking build if APP_LOCAL_1_VERSION is undefined
If APP_LOCAL_1_VERSION was undefined build failures occured due to suit-generator error. Signed-off-by: Artur Hadasz <[email protected]>
1 parent d297557 commit df2d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/suit/templates/nrf54h20/default/v1/root_with_binary_nordic_top.yaml.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ SUIT_Envelope_Tagged:
351351
- suit-send-record-failure
352352
- suit-send-sysinfo-success
353353
- suit-send-sysinfo-failure
354-
{%- if radio is defined %}
354+
{%- if radio is defined and APP_LOCAL_1_VERSION is defined %}
355355
# Ensure that the application manifest version matches exactly the installed radio manifest version.
356356
- suit-directive-set-component-index: {{ rad_component_index }}
357357
- suit-directive-override-parameters:

0 commit comments

Comments
 (0)