You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample source code is an empty file (no symbol for main()).
All functionality is eabled through the configuration settings.
The system should successfully build this sample with the following command:
'./zephyr/scripts/twister --testsuite-root mcuboot/samples/zephyr_external_config'
Incremental verification:
1. (Pass) west build -p always -b nrf52840dk_nrf52840 mcuboot/boot/zephyr
2. (Pass) ./zephyr/scripts/twister --testsuite-root zephyr/tests/subsys/dfu
3. (Pass) ./zephyr/scripts/twister --testsuite-root zephyr/samples/subsys/mgmt/mcumgr/smp_svr/
4. (Pass) ./zephyr/scripts/twister --testsuite-root mcuboot/boot/zephyr
5. (FAIL) ./zephyr/scripts/twister --testsuite-root mcuboot/samples/zephyr_external_config
This new sample is expected to fail while we evolve the minimum
implementation to support it.
Currently the build failure message is:
'''
error: MCUBOOT (defined at Kconfig.zephyr:682) is assigned in a configuration file, but is not
directly user-configurable (has no prompt). It gets its value indirectly from other symbols. See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MCUBOOT and/or look up MCUBOOT in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
'''
Signed-off-by: Gregory Shue <[email protected]>
0 commit comments