diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-30 15:56:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 15:56:45 +0100 |
commit | 0b087a34b708bfd808a013b3656f543d2709692e (patch) | |
tree | 11b145a29e266242aa865a451455950649b4f5f6 /recipes-sota/config/files/virtualsec.json | |
parent | ee1548d2228498a8e8ff2a44d7cead23eb5cc7ed (diff) | |
parent | c1766d6b3e4d7aa514dca098f49aaee8e33e08de (diff) | |
download | meta-updater-0b087a34b708bfd808a013b3656f543d2709692e.tar.gz |
Merge pull request #618 from advancedtelematic/feat/thud/2019.9-backport
Feat/thud/2019.9 backport
Diffstat (limited to 'recipes-sota/config/files/virtualsec.json')
-rw-r--r-- | recipes-sota/config/files/virtualsec.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-sota/config/files/virtualsec.json b/recipes-sota/config/files/virtualsec.json new file mode 100644 index 0000000..dcdcdba --- /dev/null +++ b/recipes-sota/config/files/virtualsec.json | |||
@@ -0,0 +1,14 @@ | |||
1 | { | ||
2 | "virtual": [ | ||
3 | { | ||
4 | "partial_verifying": "false", | ||
5 | "ecu_hardware_id": "external-config", | ||
6 | "full_client_dir": "/var/sota/external-config", | ||
7 | "ecu_private_key": "sec.private", | ||
8 | "ecu_public_key": "sec.public", | ||
9 | "firmware_path": "/var/sota/external-config/config.txt", | ||
10 | "target_name_path": "/var/sota/external-config/target_name", | ||
11 | "metadata_path": "/var/sota/external-config/metadata" | ||
12 | } | ||
13 | ] | ||
14 | } | ||