-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
area: MCUBootarea: SysbuildbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug
Description
After #72923, mcuboot no longer builds using sysbuild.
This command worked before the change to sysbuild, but now it no longer attempts to build the application. The logs below are using v3.7.0:
$west -v build -b mimxrt1060_evkb --sysbuild ../bootloader/mcuboot/boot/zephyr/
-- west build: making build dir /sys_mcuboot_RT1060 pristine
cmake version 3.29.3 is OK; minimum version is 3.13.1
Running CMake: /usr/bin/cmake -DBINARY_DIR=/sys_mcuboot_RT1060 -DSOURCE_DIR=/zephyrproject/zephyr/share/sysbuild -P /zephyrproject/zephyr/cmake/pristine.cmake
-- west build: generating a build system
cmake version 3.29.3 is OK; minimum version is 3.13.1
Running CMake: /usr/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/sys_mcuboot_RT1060 -GNinja -DBOARD=mimxrt1060_evkb -S/zephyrproject/zephyr/share/sysbuild -DAPP_DIR:PATH=/zephyrproject/bootloader/mcuboot/boot/zephyr
-- Configuring done (0.0s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BOARD
WEST_PYTHON
-- Build files have been written to: /sys_mcuboot_RT1060
-- west build: building application
cmake version 3.29.3 is OK; minimum version is 3.13.1
Running CMake: /usr/bin/cmake --build /sys_mcuboot_RT1060 -- -v
ninja: no work to do.
@tejlmand , do you have any suggestions to get sysbuild working with mcuboot? Thanks
Metadata
Metadata
Assignees
Labels
area: MCUBootarea: SysbuildbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bug