We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8500be7 commit 3a51fdaCopy full SHA for 3a51fda
cmake/sysbuild/suit_provisioning.cmake
@@ -72,6 +72,18 @@ function(generate_mpi_hex manifest_role)
72
return()
73
endif()
74
75
+ if(SB_CONFIG_SUIT_MPI_${manifest_role}_VENDOR_NAME STREQUAL "nordicsemi.com")
76
+ message(WARNING "
77
+ -----------------------------------------------------------
78
+ --- WARNING: Using default Vendor ID (nordicsemi.com). ---
79
+ --- It should not be used for production. ---
80
+ --- See SB_CONFIG_SUIT_MPI_${manifest_role}_VENDOR_NAME \t---
81
+ --- and SB_CONFIG_SUIT_MPI_${manifest_role}_CLASS_NAME \t---
82
83
+ \n"
84
+ )
85
+ endif()
86
+
87
MATH(
88
EXPR
89
SUIT_MPI_${manifest_role}_ADDRESS
0 commit comments