summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/environment.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/aktualizr/environment.inc')
-rw-r--r--recipes-sota/aktualizr/environment.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-sota/aktualizr/environment.inc b/recipes-sota/aktualizr/environment.inc
deleted file mode 100644
index 0b46a2e..0000000
--- a/recipes-sota/aktualizr/environment.inc
+++ /dev/null
@@ -1,8 +0,0 @@
1do_install_append() {
2 if [ -n "${SOTA_SECONDARY_CONFIG_DIR}" ]; then
3 AKTUALIZR_CMDLINE_PARAMETERS="${AKTUALIZR_CMDLINE_PARAMETERS} --secondary-configs-dir /etc/sota/ecus"
4 fi
5 echo "AKTUALIZR_CMDLINE_PARAMETERS=${AKTUALIZR_CMDLINE_PARAMETERS}" > ${D}${libdir}/sota/sota.env
6}
7
8FILES_${PN}_append = " ${libdir}/sota/sota.env"