Skip to content

Commit 0035449

Browse files
nordicjmfabiobaltieri
authored andcommitted
scripts: ci: check_compliance: Add sysbuild Kconfig exclusions
Adds some Kconfigs to the allow list which are used for demonstration purposes in sysbuild documentation Signed-off-by: Jamie McCrae <[email protected]>
1 parent 0504136 commit 0035449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,9 @@ class SysbuildKconfigCheck(KconfigCheck):
11821182
UNDEF_KCONFIG_ALLOWLIST = {
11831183
# zephyr-keep-sorted-start re(^\s+")
11841184
"FOO",
1185+
"MY_IMAGE", # Used in sysbuild documentation as example
1186+
"OTHER_APP_IMAGE_NAME", # Used in sysbuild documentation as example
1187+
"OTHER_APP_IMAGE_PATH", # Used in sysbuild documentation as example
11851188
"SECOND_SAMPLE", # Used in sysbuild documentation
11861189
"SUIT_ENVELOPE", # Used by nRF runners to program provisioning data
11871190
"SUIT_MPI_APP_AREA_PATH", # Used by nRF runners to program provisioning data

0 commit comments

Comments
 (0)