Skip to content

Commit

Permalink
Merge pull request #699 from advancedtelematic/feat/2020.4
Browse files Browse the repository at this point in the history
aktualizr: Bump to latest along with garage-sign.
  • Loading branch information
pattivacek committed Mar 25, 2020
2 parents 1d581dd + 6882087 commit 36c0d42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/oeqa/selftest/cases/testutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ def verifyProvisioned(testInst, machine, hwid=''):
testInst.assertEqual(stderr, b'', 'aktualizr-info failed: ' + stderr.decode() + stdout.decode())
testInst.assertIn(b'Device ID: ', stdout, 'Provisioning failed: ' + stderr.decode() + stdout.decode())
if hwid == '':
testInst.assertIn(b'Primary ecu hardware ID: ' + machine.encode(), stdout,
testInst.assertIn(b'Primary ECU hardware ID: ' + machine.encode(), stdout,
'Provisioning failed: ' + stderr.decode() + stdout.decode())
else:
testInst.assertIn(b'Primary ecu hardware ID: ' + hwid.encode(), stdout,
testInst.assertIn(b'Primary ECU hardware ID: ' + hwid.encode(), stdout,
'Provisioning failed: ' + stderr.decode() + stdout.decode())
testInst.assertIn(b'Fetched metadata: yes', stdout, 'Provisioning failed: ' + stderr.decode() + stdout.decode())
p = re.compile(r'Device ID: ([a-z0-9-]*)\n')
Expand Down
8 changes: 4 additions & 4 deletions recipes-sota/aktualizr/aktualizr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PRIVATE_LIBS_${PN}-ptest = "libaktualizr.so libaktualizr_secondary.so"
PV = "1.0+git${SRCPV}"
PR = "7"

GARAGE_SIGN_PV = "0.7.0-70-g3adf982"
GARAGE_SIGN_PV = "0.7.0-87-g905dc3c"

SRC_URI = " \
gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \
Expand All @@ -29,10 +29,10 @@ SRC_URI = " \
${@ 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 ''} \
"

SRC_URI[garagesign.md5sum] = "7c4cbeacefd97eae69104d29cf5ff37a"
SRC_URI[garagesign.sha256sum] = "e9a9b68eaa1ce4104eb2ab7f1f59d99742d50805e93216fb5b21d1f212aa3d82"
SRC_URI[garagesign.md5sum] = "064b408c60676dcf282aa9209bff7dac"
SRC_URI[garagesign.sha256sum] = "75c9b3cf24eb31dacb127d3b3d073359082e2b4ee4eeb27d75e792664800ba82"

SRCREV = "ba10c86befef02ee24f9bad5251265d7f0dc4376"
SRCREV = "f90e8996e826d130976a7b7f1835947b7e631025"
BRANCH ?= "master"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 36c0d42

Please sign in to comment.