-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To be able to build and sign multiple modules within one build we need to unify name generation. For signing we invoke something like west sign -i smart_amp_test which means, that the west sign utility must be able to locate the module binary directory and recognise files in it using only that input file name. It will then create signed llext images inside those binary directpries too, so that deployment scripts can find and recognise them there. We unify the naming as ${MODULE}_llext - for the binary directory, ${MODULE}.so - ELF file for signing in that directory ${MODULE}.llext - final signed extension llext.uuid - a file with a list of UUIDs, provided by this extension Signed-off-by: Guennadi Liakhovetski <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 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
File renamed without changes.
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