Skip to content

Commit

Permalink
update kas configs to provide the KEYRING_URI (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvas99 committed Jul 26, 2023
1 parent 8ea880a commit fae4b0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kas/.config-kirkstone-rpi4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ local_conf_header:
meta-rauc: |
RAUC_KEY_FILE = "${COREBASE}/../examples/rauc/development-1.key.pem"
RAUC_CERT_FILE = "${COREBASE}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_FILE="${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down
3 changes: 2 additions & 1 deletion kas/.config-kirkstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ local_conf_header:
sign_conf: |
RAUC_KEY_FILE="${TOPDIR}/../examples/rauc/development-1.key.pem"
RAUC_CERT_FILE="${TOPDIR}/../examples/rauc/development-1.cert.pem"
RAUC_KEYRING_FILE="${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_URI = "file://${TOPDIR}/../examples/rauc/ca.cert.pem"
RAUC_KEYRING_FILE = "${TOPDIR}/../examples/rauc/ca.cert.pem"
repos:
# This entry includes the repository where the config file is located
# to the bblayers.conf:
Expand Down

0 comments on commit fae4b0f

Please sign in to comment.