diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-08 12:02:29 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-08 13:41:30 +0100 |
commit | ac0c7875ed38e84bb64140675b06e998c356cf3b (patch) | |
tree | 03ebd15a4ba7bf054d92e44fa6ab97060e54977e | |
parent | 34dc600256134efd8013e614105b0f4ca74c8e37 (diff) | |
download | meta-updater-ac0c7875ed38e84bb64140675b06e998c356cf3b.tar.gz |
Added SOTA_VERSION that is displayed when user runs 'sota-client -v' on
the target machine
Change-Id: Ifa04f2fb5f6cd5e0ecd2a14af07128e030a44a8b
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | 3 |
1 files changed, 2 insertions, 1 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 d04ea88..20c32cd 100644 --- a/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb +++ b/recipes-sota/rvi-sota-client/rvi-sota-client_git.bb | |||
@@ -112,6 +112,8 @@ RDEPENDS_${PN} = " libcrypto \ | |||
112 | lshw \ | 112 | lshw \ |
113 | jq \ | 113 | jq \ |
114 | " | 114 | " |
115 | export SOTA_VERSION = "${PV}" | ||
116 | |||
115 | do_compile_prepend() { | 117 | do_compile_prepend() { |
116 | # Fetch and build the specific build of hyper that is specified in cargo.toml. | 118 | # Fetch and build the specific build of hyper that is specified in cargo.toml. |
117 | # meta-rust doesn't support fetching crates that don't point to a specific tag | 119 | # meta-rust doesn't support fetching crates that don't point to a specific tag |
@@ -134,6 +136,5 @@ do_install() { | |||
134 | install -c ${S}/run/sota_client.service ${D}${systemd_unitdir}/system | 136 | install -c ${S}/run/sota_client.service ${D}${systemd_unitdir}/system |
135 | 137 | ||
136 | install -d ${D}${sysconfdir} | 138 | install -d ${D}${sysconfdir} |
137 | echo `git log -1 --pretty=format:%H` > ${D}${sysconfdir}/sota_client.version | ||
138 | install -c ${S}/run/sota_certificates ${D}${sysconfdir} | 139 | install -c ${S}/run/sota_certificates ${D}${sysconfdir} |
139 | } | 140 | } |