diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-17 17:01:18 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-18 13:34:13 +0200 |
commit | 3f70b2d2f4a3a2fb50be4b8c395d9d09b0853f1a (patch) | |
tree | 19142fbffd36781ea011d386e1977ba6c6411c6c /conf/layer.conf | |
parent | b9658f86850b7f66680ee79e7d876f2dba044c4d (diff) | |
download | meta-updater-3f70b2d2f4a3a2fb50be4b8c395d9d09b0853f1a.tar.gz |
aktualizr-device-prov-creds: remove it.fix/603/arch-deps
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.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f25c5c9..225875b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -16,7 +16,6 @@ LAYERSERIES_COMPAT_sota = "thud warrior zeus" | |||
16 | 16 | ||
17 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 17 | SIGGEN_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 \ |