diff mbox series

[meta,3/3] Update to 2023.12

Message ID 20231218143822.1139347-3-stefano.babic@swupdate.org
State Accepted
Headers show
Series [meta,1/3] Add fix dependency to libubootenv | expand

Commit Message

Stefano Babic Dec. 18, 2023, 2:38 p.m. UTC
Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
---
 recipes-support/swupdate/swupdate_2023.12.bb | 3 +++
 recipes-support/swupdate/swupdate_git.bb     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 recipes-support/swupdate/swupdate_2023.12.bb
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_2023.12.bb b/recipes-support/swupdate/swupdate_2023.12.bb
new file mode 100644
index 0000000..f559957
--- /dev/null
+++ b/recipes-support/swupdate/swupdate_2023.12.bb
@@ -0,0 +1,3 @@ 
+require swupdate.inc
+
+SRCREV = "2042e6dc0f5466bd428f4db18eaff638203150ad"
diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index e0dc748..ea7f95a 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 ?= "954e8c0b0f24fdd8f17ae7d382ff96622b95111a"
-PV = "2023.05+git${SRCPV}"
+SRCREV ?= "2042e6dc0f5466bd428f4db18eaff638203150ad"
+PV = "2023.12+git${SRCPV}"