-
CONFIG_PELION_UPDATE_DEVELOPER
¶
Automatically populate developer update credentials in secure storage
Type: bool
Help¶
For development purposes, the manifest creation tool can generate
credentials useful during development (not production). Select this
option for automatic insertion into the credential manager and add
update_default_resources.c generated by the manifest tool to the build.
Direct dependencies¶
PELION_UPDATE
&& PELION_SOURCES
&& PELION_CLIENT
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:96
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:26
→ /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30
Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Enable firmware update
config PELION_UPDATE_DEVELOPER
bool "Automatically populate developer update credentials in secure storage"
depends on PELION_UPDATE && PELION_SOURCES && PELION_CLIENT
help
For development purposes, the manifest creation tool can generate
credentials useful during development (not production). Select this
option for automatic insertion into the credential manager and add
update_default_resources.c generated by the manifest tool to the build.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)