diff mbox series

[isar-cip-core,RFC,v2,1/4] swupdate-handler-roundrobin: Increase revision for Delta Handler support

Message ID 20240320103229.1078738-2-Adithya.Balakumar@toshiba-tsip.com (mailing list archive)
State Accepted
Headers show
Series Integrate Delta Update with rdiff_image and delta handler | expand

Commit Message

Adithya Balakumar March 20, 2024, 10:32 a.m. UTC
This revision allows the use of delta handler in swupdate for zchunk based
delta updates

Signed-off-by: Adithya Balakumar <Adithya.Balakumar@toshiba-tsip.com>
---
 .../swupdate-handler-roundrobin_0.1.bb                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

MOESSBAUER, Felix April 3, 2024, 11:57 a.m. UTC | #1
On Wed, 2024-03-20 at 16:02 +0530, Adithya Balakumar wrote:
> This revision allows the use of delta handler in swupdate for zchunk
> based
> delta updates

@Jan: This change is trivial and needed independently of the delta
update. It can be merged without having to wait for the rest of the
series.

Tested-by: Felix Moessbauer <felix.moessbauer@siemens.com>

Felix

> 
> Signed-off-by: Adithya Balakumar <Adithya.Balakumar@toshiba-tsip.com>
> ---
>  .../swupdate-handler-roundrobin_0.1.bb                          | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-core/swupdate-handler-roundrobin/swupdate-
> handler-roundrobin_0.1.bb b/recipes-core/swupdate-handler-
> roundrobin/swupdate-handler-roundrobin_0.1.bb
> index b39278e..41eb06c 100644
> --- a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-
> roundrobin_0.1.bb
> +++ b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-
> roundrobin_0.1.bb
> @@ -13,7 +13,7 @@ inherit dpkg-raw
>  PROVIDES = "swupdate-handlers"
>  
>  SRC_URI += "git://gitlab.com/cip-project/cip-sw-updates/swupdate-
> handler-roundrobin.git;protocol=https;destsuffix=swupdate-handler-
> roundrobin;name=swupdate-handler-roundrobin;nobranch=1"
> -SRCREV_swupdate-handler-roundrobin ?=
> "bb35127231ec08a67f79a7584ccfc0cada88cc4e"
> +SRCREV_swupdate-handler-roundrobin ?=
> "e6936b8c29a20cb6a6893faae57e12499ebbc342"
>  
>  SWUPDATE_LUASCRIPT = "swupdate-handler-
> roundrobin/swupdate_handlers_roundrobin.lua"
>
Jan Kiszka April 8, 2024, 5:53 p.m. UTC | #2
On 03.04.24 13:57, MOESSBAUER, Felix wrote:
> On Wed, 2024-03-20 at 16:02 +0530, Adithya Balakumar wrote:
>> This revision allows the use of delta handler in swupdate for zchunk
>> based
>> delta updates
> 
> @Jan: This change is trivial and needed independently of the delta
> update. It can be merged without having to wait for the rest of the
> series.
> 
> Tested-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> 
Thanks, applied already.

Jan
diff mbox series

Patch

diff --git a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
index b39278e..41eb06c 100644
--- a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
+++ b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb
@@ -13,7 +13,7 @@  inherit dpkg-raw
 PROVIDES = "swupdate-handlers"
 
 SRC_URI += "git://gitlab.com/cip-project/cip-sw-updates/swupdate-handler-roundrobin.git;protocol=https;destsuffix=swupdate-handler-roundrobin;name=swupdate-handler-roundrobin;nobranch=1"
-SRCREV_swupdate-handler-roundrobin ?= "bb35127231ec08a67f79a7584ccfc0cada88cc4e"
+SRCREV_swupdate-handler-roundrobin ?= "e6936b8c29a20cb6a6893faae57e12499ebbc342"
 
 SWUPDATE_LUASCRIPT = "swupdate-handler-roundrobin/swupdate_handlers_roundrobin.lua"