From c0bfe0c519deed4e8cb3250e56e14db08a5d8750 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 21 Nov 2016 16:41:03 +0100 Subject: Bump versions of meta-sota utilities Authenticated OSTree pull and push is added to sota_tools, ostree and sota-client. Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8 Signed-off-by: Anton Gerasimov --- meta-sota/recipes-sota/ostree/ostree_git.bb | 2 +- .../recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 16 +++++++++------- meta-sota/recipes-sota/sota-tools/sota-tools_git.bb | 4 ++-- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'meta-sota/recipes-sota') diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index 1b97e13..3d12de8 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -8,7 +8,7 @@ INHERIT_remove_class-native = "systemd" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="v2016.12" +SRCREV="37c07d2f1c90b12bcfba85a7d900f81a7c362eb4" S = "${WORKDIR}/git" diff --git a/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb b/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb index 20c32cd..0caef32 100644 --- a/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/meta-sota/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb @@ -8,20 +8,21 @@ inherit cargo systemd S = "${WORKDIR}/git" -SRCREV = "63437b6978bc1c2e3d6a9a5914fe165fdd2a0f5f" +SRCREV = "2d2e57609ffa09b17a2c948365f2e74bff91ae8c" # Generate with: # git describe --tags | cut -b2- -PV = "0.2.20-2-g63437b6" +PV = "0.2.20-14-g2d2e576" BBCLASSEXTEND = "native" FILES_${PN} = " \ - /usr/bin/sota_client \ - /usr/bin/system_info.sh \ - /etc/sota_client.version \ - /etc/sota_certificates \ - ${base_libdir}/systemd/system/sota_client.service \ + ${bindir}/sota_client \ + ${bindir}/system_info.sh \ + ${sysconfdir}/sota_client.version \ + ${sysconfdir}/sota_certificates \ + ${systemd_unitdir}/system/sota_client.service \ + ${bindir}/sota_ostree.sh \ " SRC_URI = " \ @@ -131,6 +132,7 @@ do_install() { install -d ${D}${bindir} install -m 0755 target/${TARGET_SYS}/release/sota_client ${D}${bindir} install -m 0755 run/system_info.sh ${D}${bindir} + install -m 0755 run/sota_ostree.sh ${D}${bindir} install -d ${D}${systemd_unitdir}/system install -c ${S}/run/sota_client.service ${D}${systemd_unitdir}/system diff --git a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb index acd8e4a..911c66b 100644 --- a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb +++ b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea" S = "${WORKDIR}/git" SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" -SRCREV = "7ff1d92c161ba4fb047a1e1e4cba5424b4adca00" +SRCREV = "a70ae808db4cbabdc643ea3453cd7d8efac6c659" inherit cmake -DEPENDS = "boost" +DEPENDS = "boost glib-2.0" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg