diff mbox series

[meta-swupdate,v9,1/1] swupdate: bump git srcrev

Message ID 20191115171218.18187-2-adrian.freihofer@siemens.com
State Accepted
Headers show
Series simplify swupdate config | expand

Commit Message

Freihofer, Adrian Nov. 15, 2019, 5:12 p.m. UTC
This includes the following changes:

ed18fc2 Revert "systemd generic startup"
7da867e Add Zstd compression support
2e1fcad doc: hawkbit SSL on port 8443 + swupdate
e42eedf doc: drop integer from REST API

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vincent Prince Nov. 27, 2019, 10:49 a.m. UTC | #1
Hi team,

I'm wondering if there is a plan to handle swupdate-sysrestart and multiple 
swupdate instances regarding this new drop-in configuration system?

For multiple swupdate instances, would it require to modify 
/usr/lib/swupdate/swupdate.sh to integrate two subset of configurations?
For swupdate-sysrestart, maybe we need to split it in a separate package 
and add a swupdate-sysrestart.service ?

Best regards,
Vincent
Stefano Babic Nov. 27, 2019, 6:44 p.m. UTC | #2
Hi Vincent,

On 27/11/19 11:49, Vincent Prince wrote:
> Hi team,
> 
> I'm wondering if there is a plan to handle swupdate-sysrestart and
> multiple swupdate instances regarding this new drop-in configuration system?

No plan, you can send a patch for the roadmap...

> 
> For multiple swupdate instances, would it require to modify
> /usr/lib/swupdate/swupdate.sh to integrate two subset of configurations?
> For swupdate-sysrestart, maybe we need to split it in a separate package
> and add a swupdate-sysrestart.service ?

I guess it is quite difficult to reach a general solution and it is
maybe better supported in a an own .bbappend. Anyway, I agree it should
be in a separate package, because most users do not need it.

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 5f95580..50d47cd 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 ?= "045a618a725d0a2fce64161f10101c0004ac5d85"
+SRCREV ?= "e9df70498e604febf6ff9d56ce742522094cebd5"
 PV = "2019.04+git${SRCPV}"