The stm32h573i_dk target had the default value of BOOT_MAX_IMG_SECTORS
raised in efdd2a8ff2 (west.yml: MCUboot synchronization from upstream).
This currently causes a build failure on some samples running with mcuboot
because the platform has not been moved to use external flash (which was
the reason for increasing BOOT_MAX_IMG_SECTORS)
To workaround this, force the value of BOOT_MAX_IMG_SECTORS for failing
tests.
Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com>
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
|
harness: net
|
|
tags: net
|
|
depends_on: netif
|
|
build_only: true
|
|
platform_allow:
|
|
- frdm_k64f
|
|
- stm32h573i_dk
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- stm32h573i_dk
|
|
sample:
|
|
description: hawkBit Firmware Over-the-Air (FOTA)
|
|
name: hawkbit
|
|
tests:
|
|
sample.net.hawkbit.default: {}
|
|
sample.net.hawkbit.sysbuild:
|
|
sysbuild: true
|
|
extra_args:
|
|
- platform:stm32h573i_dk/stm32h573xx:mcuboot_CONFIG_BOOT_MAX_IMG_SECTORS=128
|
|
sample.net.hawkbit.manual:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_MANUAL=y
|
|
sample.net.hawkbit.ddi.target:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=n
|
|
- CONFIG_HAWKBIT_DDI_TARGET_SECURITY=y
|
|
sample.net.hawkbit.ddi.no_security:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=n
|
|
- CONFIG_HAWKBIT_DDI_NO_SECURITY=y
|
|
sample.net.hawkbit.tls:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_USE_TLS=y
|
|
- CONFIG_NET_SOCKETS_SOCKOPT_TLS=y
|
|
sample.net.hawkbit.set_settings_runtime:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_SET_SETTINGS_RUNTIME=y
|
|
sample.net.hawkbit.save_progress:
|
|
extra_configs:
|
|
- CONFIG_HAWKBIT_SAVE_PROGRESS=y
|
|
- CONFIG_STREAM_FLASH_PROGRESS=y
|