From 3dd8643030c7d973e08f536f9dde5b6029cf8321 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 8 Aug 2018 16:13:08 +0200 Subject: aktualizr: bump to latest for key rotation and storage updates. Work around a bug in oe-selftest with migration and aktualizr-info interplay by forcing --allow-migrate for now. --- lib/oeqa/selftest/cases/updater.py | 2 +- recipes-sota/aktualizr/aktualizr_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index ed4d8d7..8686033 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py @@ -226,7 +226,7 @@ class ManualControlTests(OESelftestTestCase): Disable the systemd service then run aktualizr manually """ sleep(20) - stdout, stderr, retcode = self.qemu_command('aktualizr-info') + stdout, stderr, retcode = self.qemu_command('aktualizr-info --allow-migrate') self.assertIn(b'Fetched metadata: no', stdout, 'Aktualizr should not have run yet' + stderr.decode() + stdout.decode()) diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 0465ffd..19f76b0 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb @@ -28,7 +28,7 @@ SRC_URI = " \ file://aktualizr-secondary.socket \ file://aktualizr-serialcan.service \ " -SRCREV = "9207f7534a03a09cbc1e8b9c414070210380cab1" +SRCREV = "a94a15e31f3b973966b1afc9081fc1b17a3b9d48" BRANCH ?= "master" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf