diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-04-02 17:26:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 17:26:08 +0200 |
commit | 416a934b0555a1131490644a7edcbb644a934e76 (patch) | |
tree | 62053c7aa15a0765d15cf1f3c9bf8b480872eee1 | |
parent | 8997893dda6c01b7435470a6304205280e078d8c (diff) | |
parent | 073a7d9e018c598f55a41659a025744f8fe16eea (diff) | |
download | meta-updater-416a934b0555a1131490644a7edcbb644a934e76.tar.gz |
Merge pull request #707 from advancedtelematic/feat/zeus/2020.5
aktualizr: Bump to 2020.5 and get garage-sign from the new AWS bucket.
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index a0c2713..f4c4a34 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -17,7 +17,7 @@ PRIVATE_LIBS_${PN}-ptest = "libaktualizr.so libaktualizr_secondary.so" | |||
17 | PV = "1.0+git${SRCPV}" | 17 | PV = "1.0+git${SRCPV}" |
18 | PR = "7" | 18 | PR = "7" |
19 | 19 | ||
20 | GARAGE_SIGN_PV = "0.7.0-87-g905dc3c" | 20 | GARAGE_SIGN_PV = "0.7.0-94-g9df6b17" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \ | 23 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \ |
@@ -26,13 +26,13 @@ SRC_URI = " \ | |||
26 | file://aktualizr-secondary.service \ | 26 | file://aktualizr-secondary.service \ |
27 | file://aktualizr-serialcan.service \ | 27 | file://aktualizr-serialcan.service \ |
28 | file://10-resource-control.conf \ | 28 | file://10-resource-control.conf \ |
29 | ${@ d.expand("https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if d.getVar('GARAGE_SIGN_AUTOVERSION') != '1' else ''} \ | 29 | ${@ d.expand("https://tuf-cli-releases.ota.here.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if d.getVar('GARAGE_SIGN_AUTOVERSION') != '1' else ''} \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRC_URI[garagesign.md5sum] = "064b408c60676dcf282aa9209bff7dac" | 32 | SRC_URI[garagesign.md5sum] = "1b9c8191f181b2cb7be9723280878a8d" |
33 | SRC_URI[garagesign.sha256sum] = "75c9b3cf24eb31dacb127d3b3d073359082e2b4ee4eeb27d75e792664800ba82" | 33 | SRC_URI[garagesign.sha256sum] = "401b54ad640c9f54d615bcc250f8863853f2428e490019092a2c176793c8212f" |
34 | 34 | ||
35 | SRCREV = "f90e8996e826d130976a7b7f1835947b7e631025" | 35 | SRCREV = "20aa2e7785466c75f23e40ab2bd424a4a71ac8ec" |
36 | BRANCH ?= "master" | 36 | BRANCH ?= "master" |
37 | 37 | ||
38 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |