From f01b2b06c6fb76cd5d83f5e23643a399d7f41606 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 3 May 2018 12:22:52 +0200 Subject: Update aktualizr config to use default locations. Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear. --- recipes-sota/aktualizr/environment.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-sota/aktualizr/environment.inc') diff --git a/recipes-sota/aktualizr/environment.inc b/recipes-sota/aktualizr/environment.inc index 94806bd..16e789e 100644 --- a/recipes-sota/aktualizr/environment.inc +++ b/recipes-sota/aktualizr/environment.inc @@ -1,12 +1,11 @@ export SOTA_VIRTUAL_SECONDARIES do_install_append() { - AKTUALIZR_PARAMETERS_CONFIGFILE="--config /usr/lib/sota/sota.toml" for sec in ${SOTA_VIRTUAL_SECONDARIES}; do AKTUALIZR_PARAMETERS_VIRTUALSECS="${AKTUALIZR_PARAMETERS_VIRTUALSECS} --secondary-config $sec" done - echo "AKTUALIZR_CMDLINE_PARAMETERS=${AKTUALIZR_PARAMETERS_CONFIGFILE} ${AKTUALIZR_PARAMETERS_VIRTUALSECS}" > ${D}${libdir}/sota/sota.env + echo "AKTUALIZR_CMDLINE_PARAMETERS=${AKTUALIZR_PARAMETERS_VIRTUALSECS}" > ${D}${libdir}/sota/sota.env } FILES_${PN}_append = " ${libdir}/sota/sota.env" -- cgit v1.2.3-54-g00ecf