Skip to content

Commit 259b849

Browse files
committed
[nrf toup] config: nrfconnect: chip-module: Remoe child/parent support
Removes support for child/parent images Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent a81c857 commit 259b849

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

config/nrfconnect/chip-module/CMakeLists.txt

-11
Original file line numberDiff line numberDiff line change
@@ -267,17 +267,6 @@ if (CONFIG_CHIP_LIB_SHELL)
267267
)
268268
endif()
269269

270-
# ==============================================================================
271-
# Define 'chip-ota-image' target for building CHIP OTA image
272-
# ==============================================================================
273-
274-
if (CONFIG_CHIP_OTA_IMAGE_BUILD AND NOT SYSBUILD)
275-
chip_ota_image(chip-ota-image
276-
INPUT_FILES ${PROJECT_BINARY_DIR}/dfu_multi_image.bin
277-
OUTPUT_FILE ${PROJECT_BINARY_DIR}/${CONFIG_CHIP_OTA_IMAGE_FILE_NAME}
278-
)
279-
endif()
280-
281270
# ==============================================================================
282271
# Define 'factory_data' target for generating a factory data partition
283272
# ==============================================================================

config/nrfconnect/chip-module/Kconfig

-7
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,6 @@ config CHIP_OTA_REQUESTOR_REBOOT_ON_APPLY
131131
to swap the old and the new firmware images. The reboot happens only when
132132
a user consents to apply the firmware update.
133133

134-
# See config/zephyr/Kconfig for full definition
135-
config CHIP_OTA_IMAGE_BUILD
136-
bool
137-
default y if CHIP_OTA_REQUESTOR
138-
depends on SIGN_IMAGES
139-
select DFU_MULTI_IMAGE_PACKAGE_BUILD
140-
141134
config CHIP_EXAMPLE_DEVICE_INFO_PROVIDER
142135
bool "Include default device information provider build"
143136
default y

0 commit comments

Comments
 (0)