mirror of https://github.com/thesofproject/sof.git
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:
parent
74d7b54f63
commit
f4c9c28bc5
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue