diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-08-20 16:59:49 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-09-11 15:31:46 +0200 |
| commit | 63314d9fccdb369c0d24af7631dd83097b087038 (patch) | |
| tree | 59573a915ad6658c1ead2da6435f75c19cbaa1fd /recipes-sota | |
| parent | 5e7ab2790cf4bfc6964254f0ccf696c1ad02b946 (diff) | |
| download | meta-updater-63314d9fccdb369c0d24af7631dd83097b087038.tar.gz | |
aktualizr: latest garage-sign with expiration support.
Use GARAGE_TARGET_EXPIRES or GARAGE_TARGET_EXPIRE_AFTER (but not both!)
to set the garage-sign parameters.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-sota')
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 9adfce8..5ee9399 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -15,7 +15,7 @@ RDEPENDS_${PN}-ptest += "bash cmake curl python3-misc python3-modules openssl-bi | |||
| 15 | PV = "1.0+git${SRCPV}" | 15 | PV = "1.0+git${SRCPV}" |
| 16 | PR = "7" | 16 | PR = "7" |
| 17 | 17 | ||
| 18 | GARAGE_SIGN_PV = "0.7.0-19-g89ec974" | 18 | GARAGE_SIGN_PV = "0.7.0-25-ge74a964" |
| 19 | 19 | ||
| 20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
| 21 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ | 21 | gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH} \ |
| @@ -28,8 +28,8 @@ SRC_URI = " \ | |||
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | # for garage-sign archive | 30 | # for garage-sign archive |
| 31 | SRC_URI[md5sum] = "3ed27c1142860cd9b4a2594067312b8b" | 31 | SRC_URI[md5sum] = "9601dd891abac754400852cf367e86a2" |
| 32 | SRC_URI[sha256sum] = "e54eef3863118f373c3ebd9e2877f9de5bab4950ed157a15fb4f4ec575bc2ece" | 32 | SRC_URI[sha256sum] = "1ebe2c9655b1fcc8d597dbda10c8a413eca12e5351582d916d0b088a84c33cd2" |
| 33 | 33 | ||
| 34 | SRCREV = "03778511cc937d07bf53a8092f8b268e65f5d9a6" | 34 | SRCREV = "03778511cc937d07bf53a8092f8b268e65f5d9a6" |
| 35 | BRANCH ?= "master" | 35 | BRANCH ?= "master" |
