diff mbox series

[isar-cip-dev,1/2] swupdate: Update to 2021.04

Message ID 20210611142112.2453-2-Quirin.Gylstorff@siemens.com (mailing list archive)
State New
Headers show
Series swupdate add new round robin handler | expand

Commit Message

Gylstorff Quirin June 11, 2021, 2:21 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

The new round robin handler requires SWUpdate 2021.04
for the function `getroot`.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 recipes-core/swupdate/swupdate.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/recipes-core/swupdate/swupdate.bb b/recipes-core/swupdate/swupdate.bb
index 526c72f..75eaf8d 100644
--- a/recipes-core/swupdate/swupdate.bb
+++ b/recipes-core/swupdate/swupdate.bb
@@ -15,8 +15,8 @@  LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260
 
 SRC_URI = "git://github.com/sbabic/swupdate.git;branch=master;protocol=https"
 
-SRCREV = "1a6dfbb5a0be978ac1a159758e278ab4d44167e2"
-PV = "2020.4-git+isar"
+SRCREV = "47a1246435fdb78fba15cc969596994130412956"
+PV = "2021.4-git+isar"
 
 DEFCONFIG := "swupdate_defconfig"