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:
Fabio Utzig 2019-04-17 15:41:28 -03:00 committed by Fabio Utzig
parent 5e6f5e0165
commit 63ae7dee22
7 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"