zephyr: fixed cached rimage path

Fix the cached rimage path to the temporary cloned rimage location.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2021-01-20 11:06:04 +01:00 committed by Liam Girdwood
parent 74d7b54f63
commit f4c9c28bc5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ set(SOF_TRACE_PATH "${SOF_SRC_PATH}/trace")
# Save path to rimage configuration files in cmake cache for later use by
# rimage during the "west sign" stage
get_filename_component(RIMAGE_CONFIG "../rimage/config" ABSOLUTE)
get_filename_component(RIMAGE_CONFIG "ext/rimage/config" ABSOLUTE)
set(RIMAGE_CONFIG_PATH ${RIMAGE_CONFIG} CACHE PATH
" Path to rimage board configuration files")