diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-03-30 13:31:36 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-04 11:37:43 +0200 |
commit | 1c2571e37c6fa5e0ac3bb035173ae07a187648c5 (patch) | |
tree | 681d094eb924f1b5f7ecce6adbb08ce4e4eb2509 /meta-sota/recipes-sota/sota-tools | |
parent | 497d7db5bfc71367c6393a09a2f768b812fce83f (diff) |
Update SOTA-related software
Support for grub2 has been added, rust's json parser temporarily
replaced with python-canonicaljson because of compatibility issues.
Change-Id: I6665ed3ad56afc90f0e82eb90993c8656be16d5f
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 e472ff8..326ff20 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 = "c6ecec3e86c423dd6caaa362a5ff0a1a6f4072a8" +SRCREV = "4d7f22f50ab43be5bee61ad3e96cd9db4ef3a372" inherit cmake |