summaryrefslogtreecommitdiffstats
path: root/recipes-sota
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-11-21 16:41:03 +0100
committerAnton Gerasimov <anton@advancedtelematic.com>2016-11-22 15:04:30 +0100
commit5c2171ae14a6dc56d6e2d13b9d1fb7f4690c4e9d (patch)
tree7c910c01252effae0e62b16a13383729807d8208 /recipes-sota
parent5d256428b1683ed3952d5aa554f96eb2f5c851ae (diff)
downloadmeta-updater-5c2171ae14a6dc56d6e2d13b9d1fb7f4690c4e9d.tar.gz
Bump versions of meta-sota utilities
Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'recipes-sota')
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
-rw-r--r--recipes-sota/rvi-sota-client/rvi-sota-client_git.bb16
-rw-r--r--recipes-sota/sota-tools/sota-tools_git.bb4
3 files changed, 12 insertions, 10 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 1b97e13..3d12de8 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -8,7 +8,7 @@ INHERIT_remove_class-native = "systemd"
8 8
9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
10 10
11SRCREV="v2016.12" 11SRCREV="37c07d2f1c90b12bcfba85a7d900f81a7c362eb4"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
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
diff --git a/recipes-sota/sota-tools/sota-tools_git.bb b/recipes-sota/sota-tools/sota-tools_git.bb
index acd8e4a..911c66b 100644
--- a/recipes-sota/sota-tools/sota-tools_git.bb
+++ b/recipes-sota/sota-tools/sota-tools_git.bb
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea"
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" 8SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master"
9SRCREV = "7ff1d92c161ba4fb047a1e1e4cba5424b4adca00" 9SRCREV = "a70ae808db4cbabdc643ea3453cd7d8efac6c659"
10 10
11inherit cmake 11inherit cmake
12 12
13DEPENDS = "boost" 13DEPENDS = "boost glib-2.0"
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native"
16 16