Skip to content

Commit

Permalink
[nrf noup] samples/tests: Disable PM for some sysbuild builds
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
nordicjm authored and jfischer-no committed Mar 8, 2024
1 parent a9197c9 commit c749f7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/boards/nrf/nrf53_sync_rtc/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions samples/drivers/mbox/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions samples/subsys/ipc/ipc_service/icmsg/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions samples/subsys/ipc/ipc_service/static_vrings/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions samples/subsys/logging/multidomain/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions tests/boot/mcuboot_recovery_retention/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_PARTITION_MANAGER=n
1 change: 1 addition & 0 deletions tests/boot/test_mcuboot/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_PARTITION_MANAGER=n

0 comments on commit c749f7a

Please sign in to comment.