summaryrefslogtreecommitdiffstats
path: root/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/rvi-sota-client/rvi-sota-client_git.bb')
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb16
1 files changed, 9 insertions, 7 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 20c32cd..0caef32 100644
--- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
+++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb
@@ -8,20 +8,21 @@ inherit cargo systemd
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11SRCREV = "63437b6978bc1c2e3d6a9a5914fe165fdd2a0f5f" 11SRCREV = "2d2e57609ffa09b17a2c948365f2e74bff91ae8c"
12 12
13# Generate with: 13# Generate with:
14# git describe --tags | cut -b2- 14# git describe --tags | cut -b2-
15PV = "0.2.20-2-g63437b6" 15PV = "0.2.20-14-g2d2e576"
16 16
17BBCLASSEXTEND = "native" 17BBCLASSEXTEND = "native"
18 18
19FILES_${PN} = " \ 19FILES_${PN} = " \
20 /usr/bin/sota_client \ 20 ${bindir}/sota_client \
21 /usr/bin/system_info.sh \ 21 ${bindir}/system_info.sh \
22 /etc/sota_client.version \ 22 ${sysconfdir}/sota_client.version \
23 /etc/sota_certificates \ 23 ${sysconfdir}/sota_certificates \
24 ${base_libdir}/systemd/system/sota_client.service \ 24 ${systemd_unitdir}/system/sota_client.service \
25 ${bindir}/sota_ostree.sh \
25 " 26 "
26 27
27SRC_URI = " \ 28SRC_URI = " \
@@ -131,6 +132,7 @@ do_install() {
131 install -d ${D}${bindir} 132 install -d ${D}${bindir}
132 install -m 0755 target/${TARGET_SYS}/release/sota_client ${D}${bindir} 133 install -m 0755 target/${TARGET_SYS}/release/sota_client ${D}${bindir}
133 install -m 0755 run/system_info.sh ${D}${bindir} 134 install -m 0755 run/system_info.sh ${D}${bindir}
135 install -m 0755 run/sota_ostree.sh ${D}${bindir}
134 136
135 install -d ${D}${systemd_unitdir}/system 137 install -d ${D}${systemd_unitdir}/system
136 install -c ${S}/run/sota_client.service ${D}${systemd_unitdir}/system 138 install -c ${S}/run/sota_client.service ${D}${systemd_unitdir}/system