post_build_profile
Required: Yes
Type: List
List of paths to directories containing post-build template profiles that can be used by workspaces and projects making use of this SDK. The base name of the template file is considered the profile ID for use in workspaces and projects.
Key |
Required |
Type |
Description |
path |
Yes |
String |
Path to directory containing profiles |
Example
| post_build_profile:
- path: util/post-build/
|
Directory structure:
| util
post-build
application.slpb # Basic application project post-build pipeline that copies build artifacts to artifact
bootloader.slpb # Basic bootloader project post-build pipeline that combines with first-stage bootloader and copies build artifacts to artifact/
trustzone.slpb # Project post-build pipeline that exports CMSE interface library
workspace.slpb # Basic workspace post-build pipeline that creates production image from bootloader+application
|