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
For some platorms
image_validate.c: In function 'bootutil_img_validate':
image_validate.c:358:40: error: 'image_index' undeclared
(first use in this function); did you mean 'image_header'?
358 | key_id = bootutil_find_key(image_index, buf, len);
| ^~~~~~~~~~~
Resolve imgtool CI errors affecting certain signature verification tests.
Also, change the return type of boot_verify_key_id_for_image to reflect
its use as an FIH call.
Also add new bootutil source files to the Zephyr and
espressif CMakeLists.txt files to fix undefined symbols.
Signed-off-by: Maulik Patel <[email protected]>
Change-Id: Ie75e6c533631b2696a4a41d86b64d4009fac0c54
0 commit comments