diff mbox series

[1/1] swupdate: bump to revision 235b16e

Message ID 20211031170228.19788-1-texier.pj2@gmail.com
State Accepted
Headers show
Series [1/1] swupdate: bump to revision 235b16e | expand

Commit Message

Pierre-Jean Texier Oct. 31, 2021, 5:02 p.m. UTC
This includes the following changes:

235b16e README: use badge from Gitlab pipeline
7407c82 ucfw: drop support for old libgpiod
c36e703 Add .gitignore and .flake8 to example client
26cdd7f Update license identifiers in example client
a8cbfbd diskpart: fix context memory leak in hybrid mode
18f69e4 suricatta: separate ipc into separate thread
8a01261 channel_curl: add separate error codes for SSL
b137cb9 doc: add description for hawkBit server status
a61b0e6 gitignore: add tools/swupdate-gethawkbitstatus
bc317f4 tools: add trigger to swupdate-hawkbitcfg
ec39522 tools: add swupdate-gethawkbitstatus
6f28f69 suricatta: add basic status request
5558bbd util: add optional swupdate_time_iso8601 param
5502546 Add Pipfile and README.md
e1a43e8 Improve example client
b367c0b Rename swupdate-client.py to swupdate_client.py
8f3371c channel_curl: keep retrying file download after connection lost
146726e Fix memory leak in boot handler
2a5b2a8 doc: specify valid version range in sw-description.rst
de64a76 compare_versions: remove useless else statement
637a1eb archive_handler: fail update on more archive errors

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 recipes-support/swupdate/swupdate_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Nov. 1, 2021, 10:52 a.m. UTC | #1
Hi Pierre-Jean,

On 31.10.21 18:02, Pierre-Jean Texier wrote:
> This includes the following changes:
> 
> 235b16e README: use badge from Gitlab pipeline
> 7407c82 ucfw: drop support for old libgpiod
> c36e703 Add .gitignore and .flake8 to example client
> 26cdd7f Update license identifiers in example client
> a8cbfbd diskpart: fix context memory leak in hybrid mode
> 18f69e4 suricatta: separate ipc into separate thread
> 8a01261 channel_curl: add separate error codes for SSL
> b137cb9 doc: add description for hawkBit server status
> a61b0e6 gitignore: add tools/swupdate-gethawkbitstatus
> bc317f4 tools: add trigger to swupdate-hawkbitcfg
> ec39522 tools: add swupdate-gethawkbitstatus
> 6f28f69 suricatta: add basic status request
> 5558bbd util: add optional swupdate_time_iso8601 param
> 5502546 Add Pipfile and README.md
> e1a43e8 Improve example client
> b367c0b Rename swupdate-client.py to swupdate_client.py
> 8f3371c channel_curl: keep retrying file download after connection lost
> 146726e Fix memory leak in boot handler
> 2a5b2a8 doc: specify valid version range in sw-description.rst
> de64a76 compare_versions: remove useless else statement
> 637a1eb archive_handler: fail update on more archive errors
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
> ---
>   recipes-support/swupdate/swupdate_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
> index 32f54fc..683e0ba 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -2,7 +2,7 @@ require swupdate.inc
>   
>   DEFAULT_PREFERENCE = "-1"
>   
> -SRCREV ?= "e1df95fa64a205b8a0abf7a30003f554e471c5ed"
> +SRCREV ?= "235b16e22c79b095723f82c26945323ae94f3acc"
>   PV = "2021.04+git${SRCPV}"
>   
>   LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \
> 

Applied to -master, -honister, -hardknott and -dunfell, thanks !

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 32f54fc..683e0ba 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,7 +2,7 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "e1df95fa64a205b8a0abf7a30003f554e471c5ed"
+SRCREV ?= "235b16e22c79b095723f82c26945323ae94f3acc"
 PV = "2021.04+git${SRCPV}"
 
 LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0-only.txt;md5=4ee23c52855c222cba72583d301d2338 \