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:
Daniel Leung 2019-09-29 21:34:31 -07:00 committed by Liam Girdwood
parent 782066e0aa
commit bf795c5b24
6 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ ExternalProject_Add(rimage_ep
) )
if(NOT DEFINED RIMAGE_PRIVATE_KEY) 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() endif()
if(NOT DEFINED RIMAGE_IMR_TYPE) if(NOT DEFINED RIMAGE_IMR_TYPE)