summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota')
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
index 04e4e6e..0dfec84 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -19,6 +19,7 @@ BBCLASSEXTEND = "native"
19FILES_${PN} = " \ 19FILES_${PN} = " \
20 ${bindir}/sota_client \ 20 ${bindir}/sota_client \
21 ${bindir}/sota_sysinfo.sh \ 21 ${bindir}/sota_sysinfo.sh \
22 ${bindir}/system_info.sh \
22 ${bindir}/sota_ostree.sh \ 23 ${bindir}/sota_ostree.sh \
23 ${sysconfdir}/sota_client.version \ 24 ${sysconfdir}/sota_client.version \
24 ${sysconfdir}/sota_certificates \ 25 ${sysconfdir}/sota_certificates \
@@ -117,6 +118,7 @@ do_install() {
117 install -d ${D}${bindir} 118 install -d ${D}${bindir}
118 install -m 0755 target/${TARGET_SYS}/release/sota_client ${D}${bindir} 119 install -m 0755 target/${TARGET_SYS}/release/sota_client ${D}${bindir}
119 install -m 0755 run/sota_sysinfo.sh ${D}${bindir} 120 install -m 0755 run/sota_sysinfo.sh ${D}${bindir}
121 ln -fs ${bindir}/sota_sysinfo.sh ${D}${bindir}/system_info.sh # For compatibilty with old sota.toml files
120 install -m 0755 run/sota_ostree.sh ${D}${bindir} 122 install -m 0755 run/sota_ostree.sh ${D}${bindir}
121 123
122 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 124 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then