Skip to content

Commit c749f7a

Browse files
nordicjmjfischer-no
authored andcommitted
[nrf noup] samples/tests: Disable PM for some sysbuild builds
Disables partition manager when building some samples and tests which use sysbuild to prevent build issues Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 53f7c55)
1 parent a9197c9 commit c749f7a

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n

samples/drivers/mbox/sysbuild.conf

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SB_CONFIG_PARTITION_MANAGER=n
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SB_CONFIG_BOOTLOADER_MCUBOOT=y
2+
SB_CONFIG_PARTITION_MANAGER=n

tests/boot/test_mcuboot/sysbuild.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SB_CONFIG_BOOTLOADER_MCUBOOT=y
2+
SB_CONFIG_PARTITION_MANAGER=n

0 commit comments

Comments
 (0)