diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-12-11 16:28:31 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-12-11 16:28:31 +0100 |
commit | d64e6f3f1367786c9c3cf77dc5a288259bfb28b6 (patch) | |
tree | 05851334e1b3a5c4ee95b0a1549ce00355a5ffb6 /recipes-sota/aktualizr/credentials.inc | |
parent | dbeb10e4e735e51e482323b283be426f96eceeb3 (diff) | |
download | meta-updater-d64e6f3f1367786c9c3cf77dc5a288259bfb28b6.tar.gz |
Rerun provisioning recipes when credentials have changed
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota/aktualizr/credentials.inc')
-rw-r--r-- | recipes-sota/aktualizr/credentials.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/credentials.inc b/recipes-sota/aktualizr/credentials.inc new file mode 100644 index 0000000..fe09550 --- /dev/null +++ b/recipes-sota/aktualizr/credentials.inc | |||
@@ -0,0 +1 @@ | |||
SRC_URI_append = "${@'file://${SOTA_PACKED_CREDENTIALS}' if d.getVar('SOTA_PACKED_CREDENTIALS', True) else ' '}" | |||