diff mbox series

[meta-swupdate,V2,3/3] Introduce support for 2021.11

Message ID 20211208133725.525229-3-sbabic@denx.de
State Accepted
Headers show
Series [meta-swupdate,V2,1/3] swupdate: introduce swupdate-ipc to factorize packages | expand

Commit Message

Stefano Babic Dec. 8, 2021, 1:37 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 recipes-support/swupdate/swupdate_2021.11.bb | 3 +++
 recipes-support/swupdate/swupdate_git.bb     | 4 ++--
 2 files changed, 5 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..f588ca4
--- /dev/null
+++ b/recipes-support/swupdate/swupdate_2021.11.bb
@@ -0,0 +1,3 @@ 
+require swupdate.inc
+
+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}"