diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-13 12:18:41 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-13 12:20:17 +0100 |
commit | 1063b5af1db42c486a8b79ee65b168003ebc36cd (patch) | |
tree | 44fcbb3cc1365a9d3776f400d7839019fae49d38 /recipes-sota/aktualizr/aktualizr_git.bb | |
parent | 2a5447189d13948b4e052d92c59da9d439feb807 (diff) | |
download | meta-updater-1063b5af1db42c486a8b79ee65b168003ebc36cd.tar.gz |
aktualizr: use config instead of environment variables.fix/master/newline-etc
This should make the secondary config dir process better anyway, and it
finally gets rid of a hacky workaround that we'd been using for ages.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr_git.bb')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 61ec786..14de9fa 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -74,6 +74,7 @@ do_install_append () { | |||
74 | if [ -d "${SOTA_SECONDARY_CONFIG_DIR}" ]; then | 74 | if [ -d "${SOTA_SECONDARY_CONFIG_DIR}" ]; then |
75 | install -m 0700 -d ${D}${sysconfdir}/sota/ecus | 75 | install -m 0700 -d ${D}${sysconfdir}/sota/ecus |
76 | install -m 0644 "${SOTA_SECONDARY_CONFIG_DIR}"/* ${D}${sysconfdir}/sota/ecus/ | 76 | install -m 0644 "${SOTA_SECONDARY_CONFIG_DIR}"/* ${D}${sysconfdir}/sota/ecus/ |
77 | echo "[uptane]\nsecondary_configs_dir = /etc/sota/ecus/\n" > ${D}${libdir}/sota/conf.d/30-secondary-configs-dir.toml | ||
77 | else | 78 | else |
78 | bbwarn "SOTA_SECONDARY_CONFIG_DIR is set to an invalid directory (${SOTA_SECONDARY_CONFIG_DIR})" | 79 | bbwarn "SOTA_SECONDARY_CONFIG_DIR is set to an invalid directory (${SOTA_SECONDARY_CONFIG_DIR})" |
79 | fi | 80 | fi |