diff mbox series

[meta-swupdate,2/2] Introduce support for 2021.11

Message ID 20211208132629.506564-2-sbabic@denx.de
State Changes Requested
Headers show
Series [meta-swupdate,1/2] Move SWUpdate license checksum into swupdate.inc | expand

Commit Message

Stefano Babic Dec. 8, 2021, 1:26 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate_2021.11.bb | 5 +++++
 recipes-support/swupdate/swupdate_git.bb     | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 recipes-support/swupdate/swupdate_2021.11.bb
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_2021.11.bb b/recipes-support/swupdate/swupdate_2021.11.bb
new file mode 100644
index 0000000..4a2f82e
--- /dev/null
+++ b/recipes-support/swupdate/swupdate_2021.11.bb
@@ -0,0 +1,5 @@ 
+require swupdate.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRCREV = "14d5d196304d408d61d4f1a07264f248201f46cc"
diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 5cf63fd..0ac82a8 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,5 +2,5 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "95eef1d80fb2e379bbc042e4e22a797633d4b19d"
-PV = "2021.04+git${SRCPV}"
+SRCREV ?= "14d5d196304d408d61d4f1a07264f248201f46cc"
+PV = "2021.11+git${SRCPV}"