Skip to content

Commit

Permalink
samples: lwm2m_client: Fixed building with sysbuild
Browse files Browse the repository at this point in the history
The sample did not build because the MCUBOOT bootloader
was not configured in sysbuild.

Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
  • Loading branch information
ahasztag committed May 10, 2024
1 parent 3a36774 commit ec666e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/cellular/lwm2m_client/sysbuild.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

SB_CONFIG_BOOTLOADER_MCUBOOT=y

0 comments on commit ec666e9

Please sign in to comment.