summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-10-17 17:01:18 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-10-18 13:34:13 +0200
commit3f70b2d2f4a3a2fb50be4b8c395d9d09b0853f1a (patch)
tree19142fbffd36781ea011d386e1977ba6c6411c6c /recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb
parentb9658f86850b7f66680ee79e7d876f2dba044c4d (diff)
downloadmeta-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 'recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb')
-rw-r--r--recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb b/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb
index 8d4bc9c..4eadb77 100644
--- a/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb
+++ b/recipes-sota/aktualizr/aktualizr-device-prov-hsm.bb
@@ -10,7 +10,6 @@ inherit allarch
10# We need to get the config files from the aktualizr-host-tools package built by 10# We need to get the config files from the aktualizr-host-tools package built by
11# the aktualizr (target) recipe. 11# the aktualizr (target) recipe.
12DEPENDS = "aktualizr" 12DEPENDS = "aktualizr"
13RDEPENDS_${PN}_append = "${@' aktualizr-device-prov-creds softhsm-testtoken' if d.getVar('SOTA_DEPLOY_CREDENTIALS') == '1' else ''}"
14 13
15# If the config file from aktualizr used here is changed, you will need to bump 14# If the config file from aktualizr used here is changed, you will need to bump
16# the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS! 15# the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS!