summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-10-17 17:01:18 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-10-21 13:01:42 +0200
commitd2c460685d6cc5373f7a98609521e6deb6e11d4e (patch)
tree381955f1b6835f609c692c6fdac6ea9e1d497703 /conf/layer.conf
parent8ce94fd8c78d4836a429229a9842e917b30b39ae (diff)
downloadmeta-updater-d2c460685d6cc5373f7a98609521e6deb6e11d4e.tar.gz
aktualizr-device-prov-creds: remove it.
Originally I was just trying to remove the reference to DEPLOY_DIR_IMAGE because it depends on MACHINE, but then I realized that this recipe is just plain not worth keeping. It isn't viable for anything except the most limited testing, since it bakes device-specific credentials into an image, but we weren't even using it for testing. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index aeb33d8..035a46b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,7 +16,6 @@ LAYERSERIES_COMPAT_sota = "thud warrior"
16 16
17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 17SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
18 aktualizr-device-prov->aktualizr \ 18 aktualizr-device-prov->aktualizr \
19 aktualizr-device-prov-creds->aktualizr \
20 aktualizr-device-prov-hsm->aktualizr \ 19 aktualizr-device-prov-hsm->aktualizr \
21 aktualizr-shared-prov->aktualizr \ 20 aktualizr-shared-prov->aktualizr \
22 aktualizr-shared-prov-creds->aktualizr \ 21 aktualizr-shared-prov-creds->aktualizr \