Add pkgpath to Mynewt key_files
This allows the CI targets to be built if MCUBoot is a dependency of other repos as well as current local package only build support. Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
5e6f5e0165
commit
63ae7dee22
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-ec-p256.pem"
|
||||
target.key_file: "@mcuboot/root-ec-p256.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-ec-p256.pem"
|
||||
target.key_file: "@mcuboot/root-ec-p256.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-rsa-2048.pem"
|
||||
target.key_file: "@mcuboot/root-rsa-2048.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-rsa-2048.pem"
|
||||
target.key_file: "@mcuboot/root-rsa-2048.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-rsa-2048.pem"
|
||||
target.key_file: "@mcuboot/root-rsa-2048.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-rsa-2048.pem"
|
||||
target.key_file: "@mcuboot/root-rsa-2048.pem"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
target.app: "@mcuboot/boot/mynewt"
|
||||
target.bsp: "@apache-mynewt-core/hw/bsp/nordic_pca10056"
|
||||
target.build_profile: "optimized"
|
||||
target.key_file: "root-rsa-2048.pem"
|
||||
target.key_file: "@mcuboot/root-rsa-2048.pem"
|
||||
|
|
Loading…
Reference in New Issue