Skip to content

Commit e04668d

Browse files
committed
[nrf noup] samples: psa: Fix issues when TF-M is enabled
Set CONFIG_TFM_PROFILE_TYPE_NOT_SET for boards with TF-M to enable ITS and PS. Enable also CONFIG_PSA_WANT_GENERATE_RANDOM for persistent_key sample. Signed-off-by: Juha Ylinen <[email protected]>
1 parent 9e73d89 commit e04668d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

samples/psa/its/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ common:
1313
tests:
1414
sample.psa.its.tfm:
1515
filter: CONFIG_BUILD_WITH_TFM
16+
extra_args:
17+
- CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
1618
tags:
1719
- trusted-firmware-m
1820
sample.psa.its.secure_storage.entropy_driver:

samples/psa/persistent_key/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ common:
1313
tests:
1414
sample.psa.persistent_key.tfm:
1515
filter: CONFIG_BUILD_WITH_TFM
16+
extra_args:
17+
- CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
18+
- CONFIG_PSA_WANT_GENERATE_RANDOM=y
1619
tags:
1720
- trusted-firmware-m
1821
sample.psa.persistent_key.secure_storage.entropy_driver:

0 commit comments

Comments
 (0)