Skip to content

Commit

Permalink
rauc: update to v1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Jan 22, 2025
1 parent a04182b commit fa5ac41
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require rauc.inc
require rauc-1.12.inc
require rauc-1.13.inc
require nativesdk-rauc.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_URI = "https://github.com/rauc/rauc/releases/download/v${PV}/rauc-${PV}.tar.xz"

SRC_URI[sha256sum] = "96681e119af8b6b9bb30e856a831e5a5b3292e9a5959d26ffa274b5135bc5031"
SRC_URI[sha256sum] = "1ddb218a5d713c8dbd6e04d5501d96629f1c8e2521576fbd9e7751edb7da113e"

UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
4 changes: 2 additions & 2 deletions recipes-core/rauc/rauc-git.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ SRC_URI = " \
git://github.com/rauc/rauc.git;protocol=https;branch=master \
"

PV = "1.12+git${SRCPV}"
PV = "1.13+git${SRCPV}"
S = "${WORKDIR}/git"

SRCREV = "cf4d63a46c6b0a7a5cba3b039d146bbd6fd59665"
SRCREV = "1183a396a2e10e92e428c396a510113edcd9037b"

RAUC_USE_DEVEL_VERSION[doc] = "Global switch to enable RAUC development (git) version."
RAUC_USE_DEVEL_VERSION ??= "-1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require rauc.inc
require rauc-native.inc
require rauc-1.12.inc
require rauc-1.13.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require rauc.inc
require rauc-target.inc
require rauc-1.12.inc
require rauc-1.13.inc

0 comments on commit fa5ac41

Please sign in to comment.