Skip to content

Commit b179583

Browse files
m-alperen-senernordicjm
authored andcommitted
quarantine_zephyr: Add mesh samples to quarantine
Mesh by default enables HW_UNIQUE_KEY_WRITE_ON_CRYPTO_INIT which has dependency on Partition Manager. Upstream has no PM support and sysbuild is not by default supported which can implicitly enabled PM consequently building those samples in NCS fails. Signed-off-by: alperen sener <[email protected]>
1 parent e355e29 commit b179583

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/quarantine_zephyr.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,3 +563,15 @@
563563
platforms:
564564
- native_sim/native
565565
comment: "clang is not available in our toolchain"
566+
567+
- scenarios:
568+
- sample.bluetooth.mesh.onoff_level_lighting_vnd
569+
- sample.bluetooth.mesh_provisioner
570+
- bluetooth.mesh.mesh_shell
571+
- sample.bluetooth.mesh.onoff
572+
- sample.bluetooth.mesh_demo
573+
- sample.bluetooth.mesh
574+
comment:
575+
- "Mesh by default enables HW_UNIQUE_KEY_WRITE_ON_CRYPTO_INIT which has dependency on
576+
Partition Manager. Upstream has no PM support and sysbuild is not by default supported
577+
which can implicitly enable PM, consequently building those samples in NCS fails."

0 commit comments

Comments
 (0)