-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mcuboot build is broken #31640
Comments
Reverting #31404 should not be necessary. The MCUboot Zephyr just needs to be updated to use the new Kconfig options. |
@henrikbrixandersen I agree, but until then Zephyr master should be in a working state |
Opened mcu-tools/mcuboot#932 |
Question: How is possible MCUboot be broken at master? Are tests running to avoid this? |
MCUboot version with bugfix for following issue: CONFIG_LOG_MINIMAL was replaced by CONFIG_LOG_MODE_MINIMAL by zephyrproject-rtos#31404 which broke MCUboot default build. fixes zephyrproject-rtos#31640 Signed-off-by: Andrzej Puzdrowski <[email protected]>
MCUboot version with bugfix for following issue: CONFIG_LOG_MINIMAL was replaced by CONFIG_LOG_MODE_MINIMAL by #31404 which broke MCUboot default build. fixes #31640 Signed-off-by: Andrzej Puzdrowski <[email protected]>
Describe the bug
mcuboot build is broken with current Zephyr master.
To Reproduce
Expected behavior
Build succeeds
Impact
mcuboot bootloader can't be built.
Logs and console output
Relevant CMake errors:
Environment (please complete the following information):
Additional context
Reverting #31404 fixes the problem
The text was updated successfully, but these errors were encountered: