summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-device-prov-creds.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr-device-prov-creds.bb')
-rw-r--r--recipes-sota/aktualizr/aktualizr-device-prov-creds.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-device-prov-creds.bb b/recipes-sota/aktualizr/aktualizr-device-prov-creds.bb
index 6e02a50..d8b29b4 100644
--- a/recipes-sota/aktualizr/aktualizr-device-prov-creds.bb
+++ b/recipes-sota/aktualizr/aktualizr-device-prov-creds.bb
@@ -6,11 +6,13 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
6 6
7inherit allarch 7inherit allarch
8 8
9# WARNING: it is NOT a production solution. The secure way to provision devices 9# WARNING: This is NOT an ideal solution. The secure way to provision devices
10# is to create certificate request directly on the device (either with HSM/TPM 10# is to create certificate request directly on the device (either with HSM/TPM
11# or with software) and then sign it with a CA stored on a disconnected machine. 11# or with software) and then sign it with a CA stored on a disconnected machine.
12 12
13DEPENDS = "aktualizr aktualizr-native" 13# We need to get the config files from the aktualizr-host-tools package built by
14# the aktualizr (target) recipe.
15DEPENDS = "aktualizr aktualizr-native openssl-native"
14ALLOW_EMPTY_${PN} = "1" 16ALLOW_EMPTY_${PN} = "1"
15 17
16SRC_URI = " \ 18SRC_URI = " \