From ec666e9879b42eddc5eac13799f89936559ae982 Mon Sep 17 00:00:00 2001 From: Artur Hadasz Date: Fri, 10 May 2024 11:48:49 +0200 Subject: [PATCH] samples: lwm2m_client: Fixed building with sysbuild The sample did not build because the MCUBOOT bootloader was not configured in sysbuild. Signed-off-by: Artur Hadasz --- samples/cellular/lwm2m_client/sysbuild.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 samples/cellular/lwm2m_client/sysbuild.conf diff --git a/samples/cellular/lwm2m_client/sysbuild.conf b/samples/cellular/lwm2m_client/sysbuild.conf new file mode 100644 index 000000000000..08a347f06725 --- /dev/null +++ b/samples/cellular/lwm2m_client/sysbuild.conf @@ -0,0 +1,7 @@ +# +# Copyright (c) 2024 Nordic Semiconductor +# +# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause +# + +SB_CONFIG_BOOTLOADER_MCUBOOT=y