mirror of https://github.com/thesofproject/sof.git
Move signing key pair from rimage/ up one level
This is in preparation to make rimage as a standalone tool outside of the SOF source tree. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
782066e0aa
commit
bf795c5b24
|
@ -358,7 +358,7 @@ ExternalProject_Add(rimage_ep
|
|||
)
|
||||
|
||||
if(NOT DEFINED RIMAGE_PRIVATE_KEY)
|
||||
set(RIMAGE_PRIVATE_KEY ${PROJECT_SOURCE_DIR}/rimage/keys/otc_private_key.pem)
|
||||
set(RIMAGE_PRIVATE_KEY ${PROJECT_SOURCE_DIR}/keys/otc_private_key.pem)
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED RIMAGE_IMR_TYPE)
|
||||
|
|
Loading…
Reference in New Issue