A compiling error regarding migration to the new ncs2.5.0

Hi
My application uses the zephyr OS 
I am trying to migrate from the ncs 2.3.0 to ncs2.5.0
And i am getting a compiling error regarding the an include as you see below 

////////////////////////////////
zephyr/include/zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h:14:10: fatal error: bootutil/image.h: No such file or directory
14 | #include <bootutil/image.h>
| ^~~~~~~~~~~~~~~~~~

This happens after trying to include this file 

#include <zephyr/mgmt/mcumgr/grp/fs_mgmt/fs_mgmt.h>

Any ideas of what I am missing here ??
Thanks a lot

Parents Reply Children
No Data
Related