Skip to content

Commit

Permalink
feat (hierarchical manifests): hierarchical manifests disabled by def…
Browse files Browse the repository at this point in the history
…ault

Signed-off-by: Robert Stypa <[email protected]>
  • Loading branch information
robertstypa committed Oct 13, 2023
1 parent 4c2bdec commit 8429024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ config SUIT_ENVELOPE_HIERARCHICAL_MANIFEST
select EXPERIMENTAL
help
Create hierarchical root manifest with it's dependent sub-manifests
default y
default n

config SUIT_ENVELOPE_DEFAULT_TEMPLATE
string "Path to the default envelope template (deprecated)"
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/default_app_rad_cores_envelope.yaml.jinja2" if SOC_NRF54H20_CPUAPP && !SUIT_ENVELOPE_HIERARCHICAL_MANIFEST
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/root_hierarchical_envelope.yaml.jinja2" if SUIT_ENVELOPE_HIERARCHICAL_MANIFEST
default "${ZEPHYR_SUIT_GENERATOR_MODULE_DIR}/ncs/root_hierarchical_envelope.yaml.jinja2" if SOC_NRF54H20_CPUAPP && SUIT_ENVELOPE_HIERARCHICAL_MANIFEST
help
Path to the root template, that is used if the application directory does not
contain an input envelope template file.
Expand Down

0 comments on commit 8429024

Please sign in to comment.