soc: stm32n6: Image signing: Refer to board documentation
Update missing signing tool warning to redirect to board doc. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
ad845fd12c
commit
8c415f8e62
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ if(SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)
|
||||||
message(WARNING "
|
message(WARNING "
|
||||||
Signing Image tool (${SIGNING_TOOL}) is not available.
|
Signing Image tool (${SIGNING_TOOL}) is not available.
|
||||||
Signed image will not be generated.
|
Signed image will not be generated.
|
||||||
You won't be able to run image on board.")
|
You won't be able to run application on the board.
|
||||||
|
Refer to board documentation for more information")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)
|
if(NOT SIGNING_TOOL_FIND STREQUAL SIGNING_TOOL_FIND-NOTFOUND)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue