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/aktualizr/aktualizr-device-prov-hsm.bb | |
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/aktualizr/aktualizr-device-prov-hsm.bb')
-rw-r--r-- | recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb b/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb index c3cd593..4eadb77 100644 --- a/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb +++ b/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb | |||
@@ -7,14 +7,16 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7 | |||
7 | 7 | ||
8 | inherit allarch | 8 | inherit allarch |
9 | 9 | ||
10 | DEPENDS = "aktualizr aktualizr-native" | 10 | # We need to get the config files from the aktualizr-host-tools package built by |
11 | RDEPENDS_${PN}_append = "${@' aktualizr-device-prov-creds softhsm-testtoken' if d.getVar('SOTA_DEPLOY_CREDENTIALS') == '1' else ''}" | 11 | # the aktualizr (target) recipe. |
12 | DEPENDS = "aktualizr" | ||
12 | 13 | ||
13 | SRC_URI = "" | 14 | # If the config file from aktualizr used here is changed, you will need to bump |
15 | # the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS! | ||
14 | PV = "1.0" | 16 | PV = "1.0" |
15 | PR = "6" | 17 | PR = "6" |
16 | 18 | ||
17 | require credentials.inc | 19 | SRC_URI = "" |
18 | 20 | ||
19 | do_install() { | 21 | do_install() { |
20 | install -m 0700 -d ${D}${libdir}/sota/conf.d | 22 | install -m 0700 -d ${D}${libdir}/sota/conf.d |