Skip to content

Commit

Permalink
rauc: update to v1.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns committed Aug 7, 2023
1 parent d8e2c00 commit ca9e664
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.10.inc
require rauc-1.10.1.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] = "d3eec057e74d41565bbdfa10ff8bb2edb38e39af2b2126f8ad1d2174ae034d47"
SRC_URI[sha256sum] = "aa99164c5f54fd29b5c8456221b51f92c900884af66de3e1b7f15a25b7db98a7"

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 @@ -4,10 +4,10 @@ SRC_URI = " \
git://github.com/rauc/rauc.git;protocol=https;branch=master \
"

PV = "1.10+git${SRCPV}"
PV = "1.10.1+git${SRCPV}"
S = "${WORKDIR}/git"

SRCREV = "bbcb1da04d750dbe9cd4d9b84f8ab8b5052481bf"
SRCREV = "734bf8937ab154b5edf38bf82c18ca0d7ff1a631"

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.10.inc
require rauc-1.10.1.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.10.inc
require rauc-1.10.1.inc

0 comments on commit ca9e664

Please sign in to comment.