forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to define PX4 signing key via env. variable
If SIGNING_ARGS environment variable is defined, build script uses its value as a signing key location. Also a new submodule saluki-sec-scripts is added. If SIGNING_ARGS is not defined test keys are used under Tools/saluki-sec-scripts/test_keys/ saluki-sec-scripts contains also signing tools and second set of keys (custom_keys), which are used in FPGA secure boot builds. Signed-off-by: Tero Salminen <[email protected]>
- Loading branch information
1 parent
ead54c4
commit d9f0a2e
Showing
4 changed files
with
14 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,3 +85,6 @@ | |
[submodule "platforms/nuttx/src/px4/common/process"] | ||
path = platforms/nuttx/src/px4/common/process | ||
url = [email protected]:tiiuae/px4-kernel.git | ||
[submodule "Tools/saluki-sec-scripts"] | ||
path = Tools/saluki-sec-scripts | ||
url = [email protected]:tiiuae/saluki-sec-scripts.git |
Submodule saluki-sec-scripts
added at
99b6a0
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