diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-09 17:41:25 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-02-09 17:41:25 +0100 |
commit | 5a7b27c47f1cd51b21f17e38a8abce5504d78471 (patch) | |
tree | f028f42918195f8221bd193f875ca595d6b272a8 /meta-sota/recipes-sota/sota-tools | |
parent | 9153078094ced14ad313fdafde302ba385d9a6b6 (diff) |
Update sota software
Update includes:
- latest version of OSTree (2017.1)
- latest versions of sota-client and sota-tools
- fix for lshw recipe under morty
Change-Id: Ic65fbf1cb0608143e49dc5d241b7d84940126e26
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota/sota-tools')
-rw-r--r-- | meta-sota/recipes-sota/sota-tools/sota-tools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ef6c3a0..e472ff8 100644 --- a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb +++ b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea" S = "${WORKDIR}/git" SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" -SRCREV = "7d7c7850f35743d82862a70f643c5c3ddc5b296c" +SRCREV = "c6ecec3e86c423dd6caaa362a5ff0a1a6f4072a8" inherit cmake |