Skip to content

Commit

Permalink
[nrf toup] config: nrfconnect: chip-module: Remoe child/parent support
Browse files Browse the repository at this point in the history
Removes support for child/parent images

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Dec 11, 2024
1 parent 20babbe commit 35bd606
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
11 changes: 0 additions & 11 deletions config/nrfconnect/chip-module/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,6 @@ if (CONFIG_CHIP_LIB_SHELL)
)
endif()

# ==============================================================================
# Define 'chip-ota-image' target for building CHIP OTA image
# ==============================================================================

if (CONFIG_CHIP_OTA_IMAGE_BUILD AND NOT SYSBUILD)
chip_ota_image(chip-ota-image
INPUT_FILES ${PROJECT_BINARY_DIR}/dfu_multi_image.bin
OUTPUT_FILE ${PROJECT_BINARY_DIR}/${CONFIG_CHIP_OTA_IMAGE_FILE_NAME}
)
endif()

# ==============================================================================
# Define 'factory_data' target for generating a factory data partition
# ==============================================================================
Expand Down
7 changes: 0 additions & 7 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ config CHIP_OTA_REQUESTOR_REBOOT_ON_APPLY
to swap the old and the new firmware images. The reboot happens only when
a user consents to apply the firmware update.

# See config/zephyr/Kconfig for full definition
config CHIP_OTA_IMAGE_BUILD
bool
default y if CHIP_OTA_REQUESTOR
depends on SIGN_IMAGES
select DFU_MULTI_IMAGE_PACKAGE_BUILD

config CHIP_EXAMPLE_DEVICE_INFO_PROVIDER
bool "Include default device information provider build"
default y
Expand Down

0 comments on commit 35bd606

Please sign in to comment.