Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/swupdate: add optional zchunk support
@ 2021-12-29  9:02 James Hilliard
  2021-12-29  9:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2021-12-29  9:02 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Jörg Krause

This is required for delta update handler support.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/swupdate/swupdate.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index e16060f5cb..065ae772ba 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -172,6 +172,13 @@ else
 SWUPDATE_MAKE_ENV += HAVE_WOLFSSL=n
 endif
 
+ifeq ($(BR2_PACKAGE_ZCHUNK),y)
+SWUPDATE_DEPENDENCIES += zchunk
+SWUPDATE_MAKE_ENV += HAVE_ZCK=y
+else
+SWUPDATE_MAKE_ENV += HAVE_ZCK=n
+endif
+
 ifeq ($(BR2_PACKAGE_ZEROMQ),y)
 SWUPDATE_DEPENDENCIES += zeromq
 SWUPDATE_MAKE_ENV += HAVE_LIBZEROMQ=y
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/swupdate: add optional zchunk support
  2021-12-29  9:02 [Buildroot] [PATCH 1/1] package/swupdate: add optional zchunk support James Hilliard
@ 2021-12-29  9:19 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-12-29  9:19 UTC (permalink / raw)
  To: James Hilliard; +Cc: Jörg Krause, buildroot

On Wed, 29 Dec 2021 02:02:26 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> This is required for delta update handler support.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/swupdate/swupdate.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-29  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-29  9:02 [Buildroot] [PATCH 1/1] package/swupdate: add optional zchunk support James Hilliard
2021-12-29  9:19 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox