Message ID | 700bf720-9878-4df8-9010-4fcb86dabf42n@googlegroups.com |
---|---|
State | Accepted |
Delegated to: | Stefano Babic |
Headers | show |
Series | Re: [PATCH] doc: improvements: Hawkbit Backend | expand |
Hi Ezra, On 01.08.24 11:59, Ezra Buehler wrote: > Hi, > > On Wednesday, July 31, 2024 at 12:05:05 PM UTC+2 Stefano Babic wrote: > > Add full delta support for the Hawkbit Backend to Wishlist. > > Signed-off-by: Stefano Babic <stefan...@swupdate.org> > --- > doc/source/improvement_proposals.rst | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/doc/source/improvement_proposals.rst > b/doc/source/improvement_proposals.rst > index 29de551e..6ea702be 100644 > --- a/doc/source/improvement_proposals.rst > +++ b/doc/source/improvement_proposals.rst > @@ -303,6 +303,31 @@ changes must be implemented in SWUpdate. > * Request for Support : Sponsor > * Priority : Low > > +Backend: hawkBit support for Delta Update > +----------------------------------------- > + > +Delta Update requires two or more files: > + > +- the SWU > +- one file ".zck" for each artifact that is upgraded via delta > handler. > + > +The .zck must be uploaded somewhere and the URL is defined inside > sw-description, that > +is then signed. This causes a chicken-egg issue, because the buzild > cannot be completed > +with Hawkbit until the ".zck" files are not uploaded. In fact, > Hawkbit assigns to each > > > Some inconsistency here, the correct style seems to be “hawkBit”. Thanks, I fix it. Best regards, Stefano Babic > Cheers, > Ezra > > -- > You received this message because you are subscribed to the Google > Groups "swupdate" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to swupdate+unsubscribe@googlegroups.com > <mailto:swupdate+unsubscribe@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/swupdate/700bf720-9878-4df8-9010-4fcb86dabf42n%40googlegroups.com <https://groups.google.com/d/msgid/swupdate/700bf720-9878-4df8-9010-4fcb86dabf42n%40googlegroups.com?utm_medium=email&utm_source=footer>.
diff --git a/doc/source/improvement_proposals.rst b/doc/source/improvement_proposals.rst index 29de551e..6ea702be 100644 --- a/doc/source/improvement_proposals.rst +++ b/doc/source/improvement_proposals.rst @@ -303,6 +303,31 @@ changes must be implemented in SWUpdate. * Request for Support : Sponsor * Priority : Low +Backend: hawkBit support for Delta Update +----------------------------------------- + +Delta Update requires two or more files: + +- the SWU +- one file ".zck" for each artifact that is upgraded via delta handler. + +The .zck must be uploaded somewhere and the URL is defined inside sw-description, that +is then signed. This causes a chicken-egg issue, because the buzild cannot be completed +with Hawkbit until the ".zck" files are not uploaded. In fact, Hawkbit assigns to each Some inconsistency here, the correct style seems to be “hawkBit”. Cheers, Ezra -- You received this message because you are subscribed to the Google Groups "swupdate" group. To unsubscribe from this group and stop receiving emails from it, send an email to swupdate+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/swupdate/700bf720-9878-4df8-9010-4fcb86dabf42n%40googlegroups.com.
Hi, On Wednesday, July 31, 2024 at 12:05:05 PM UTC+2 Stefano Babic wrote: Add full delta support for the Hawkbit Backend to Wishlist. Signed-off-by: Stefano Babic <stefan...@swupdate.org> --- doc/source/improvement_proposals.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+)