Skip to content

Commit

Permalink
rauc-git: update to latest SRCREV
Browse files Browse the repository at this point in the history
With the latest master branch state, RAUC gained support for installing
a systemd catalog file.
Add the catalog path to the common FILES:${PN}-service for
rauc-target.inc sine it will not have an impact when using it with a
release not containing the catalog file.

Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Jul 1, 2024
1 parent e56f2cd commit cbc778b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.10.1+git${SRCPV}"
PV = "1.11.3+git${SRCPV}"
S = "${WORKDIR}/git"

SRCREV = "69a95ede643929164f0d044e154c928a855c71a7"
SRCREV = "47790fd2f0525a121792bc7fa28c1596c1b99fef"

RAUC_USE_DEVEL_VERSION[doc] = "Global switch to enable RAUC development (git) version."
RAUC_USE_DEVEL_VERSION ??= "-1"
Expand Down
1 change: 1 addition & 0 deletions recipes-core/rauc/rauc-target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ FILES:${PN}-service = "\
${systemd_unitdir}/system/rauc.service \
${datadir}/dbus-1/system.d/de.pengutronix.rauc.conf \
${datadir}/dbus-1/system-services/de.pengutronix.rauc.service \
${nonarch_libdir}/systemd/catalog \
"

PACKAGECONFIG ??= "service network streaming json nocreate gpt"

0 comments on commit cbc778b

Please sign in to comment.