forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: adsp: cmake: fix sign.py when CONFIG_KERNEL_BIN_NAME is used
This fixes the build error below reported in zephyrproject-rtos#59603 when CONFIG_KERNEL_BIN_NAME is used. ``` zephyr/zephyr.elf', needed by 'zephyr/zephyr.ri', missing and no known rule to make it ``` Note `rimage` is _still_ optional. As before, to avoid using rimage: - make sure it's not in your PATH - west config -d rimage.path Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters