diff options
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr-device-prov.bb')
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr-device-prov.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-device-prov.bb b/recipes-sota/aktualizr/aktualizr-device-prov.bb index d579532..55f398d 100644 --- a/recipes-sota/aktualizr/aktualizr-device-prov.bb +++ b/recipes-sota/aktualizr/aktualizr-device-prov.bb | |||
| @@ -7,13 +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 openssl-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' if d.getVar('SOTA_DEPLOY_CREDENTIALS') == '1' else ''}" | 11 | # the aktualizr (target) recipe. |
| 12 | DEPENDS = "aktualizr" | ||
| 12 | 13 | ||
| 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! | ||
| 13 | PV = "1.0" | 16 | PV = "1.0" |
| 14 | PR = "1" | 17 | PR = "1" |
| 15 | 18 | ||
| 16 | require credentials.inc | 19 | SRC_URI = "" |
| 17 | 20 | ||
| 18 | do_install() { | 21 | do_install() { |
| 19 | install -m 0700 -d ${D}${libdir}/sota/conf.d | 22 | install -m 0700 -d ${D}${libdir}/sota/conf.d |
