diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-04-02 12:13:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 12:13:18 +0200 |
commit | 561a4dc5028df10dc4acfef7fe77b9ec3d906f84 (patch) | |
tree | 82ddca8273b7bd1951e00c25ebc66264e9100eaf | |
parent | 4a62d331a2170a20e76f4984d31de38b25c76463 (diff) | |
parent | 64e3840476e9e1444b2113c066256d11cebec62c (diff) | |
download | meta-updater-561a4dc5028df10dc4acfef7fe77b9ec3d906f84.tar.gz |
Merge pull request #705 from advancedtelematic/feat/tuf-cli-aws-bucket
aktualizr: 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" |