diff mbox series

[meta-swupdate,07/12] swupdate: bump git srcrev

Message ID 20191023211101.16591-8-adrian.freihofer@siemens.com
State Changes Requested
Headers show
Series simplify swupdate config | expand

Commit Message

Freihofer, Adrian Oct. 23, 2019, 9:10 p.m. UTC
This includes the following changes:

75985aa Add Kconfig option for new systemd files
bdc1d3c systemd generic startup
16790d1 doc: fix broken link for talks
7c8926d ssbl_handler: fix age comparison
f130541 travis: set libwebsockets version
9409e9a Prepare 2019.11-rc1
d8d9fd4 handler: add a copy handler
21594da Add SSBL Handler
34c55f1 handlers: sort the list of modules in Makefile
ede66e7 doc: add scenarios how to use SWUpdate
a5e82b9 doc: add links to single and double copy scenarios
c744dfe Cosmetic: rename entry points in raw handler
864dedd raw handler: return error number instead of -1
e38ad73 handler: push progress status from bootloader handler
cfaec8c u-boot handler: fix removing variable
27c40c4 doc: ELC video published on YouTube
07811c7 swupdate: add pre-update command hook
da974cd doc: update list of talks with ELC 2019

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

Comments

Adrian Freihofer Oct. 23, 2019, 9:26 p.m. UTC | #1
Did not update the comment. Missing:
045a618 raw_handler: handle ro block devices
5700346 Makefile: rename tools binaries
48f22c6 add .editorconfig file
e5e7e02 doc: describe REST api


Am Mittwoch, 23. Oktober 2019 23:11:12 UTC+2 schrieb Adrian Freihofer:
>
> This includes the following changes: 
>
> 75985aa Add Kconfig option for new systemd files 
> bdc1d3c systemd generic startup 
> 16790d1 doc: fix broken link for talks 
> 7c8926d ssbl_handler: fix age comparison 
> f130541 travis: set libwebsockets version 
> 9409e9a Prepare 2019.11-rc1 
> d8d9fd4 handler: add a copy handler 
> 21594da Add SSBL Handler 
> 34c55f1 handlers: sort the list of modules in Makefile 
> ede66e7 doc: add scenarios how to use SWUpdate 
> a5e82b9 doc: add links to single and double copy scenarios 
> c744dfe Cosmetic: rename entry points in raw handler 
> 864dedd raw handler: return error number instead of -1 
> e38ad73 handler: push progress status from bootloader handler 
> cfaec8c u-boot handler: fix removing variable 
> 27c40c4 doc: ELC video published on YouTube 
> 07811c7 swupdate: add pre-update command hook 
> da974cd doc: update list of talks with ELC 2019 
>
> Signed-off-by: Adrian Freihofer <adrian....@siemens.com <javascript:>> 
> --- 
>  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 3f69b87..9fea83a 100644 
> --- a/recipes-support/swupdate/swupdate_git.bb 
> +++ b/recipes-support/swupdate/swupdate_git.bb 
> @@ -3,5 +3,5 @@ require swupdate_tools.inc 
>   
>  DEFAULT_PREFERENCE = "-1" 
>   
> -SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09" 
> +SRCREV ?= "045a618a725d0a2fce64161f10101c0004ac5d85" 
>  PV = "2019.04+git${SRCPV}" 
> -- 
> 2.11.0 
>
>
Joris OFFOUGA Oct. 24, 2019, 8:13 a.m. UTC | #2
Hi Adrian,

Le 23/10/2019 à 23:10, Adrian Freihofer a écrit :
> This includes the following changes:
>
> 75985aa Add Kconfig option for new systemd files
> bdc1d3c systemd generic startup
> 16790d1 doc: fix broken link for talks
> 7c8926d ssbl_handler: fix age comparison
> f130541 travis: set libwebsockets version
> 9409e9a Prepare 2019.11-rc1
> d8d9fd4 handler: add a copy handler
> 21594da Add SSBL Handler
> 34c55f1 handlers: sort the list of modules in Makefile
> ede66e7 doc: add scenarios how to use SWUpdate
> a5e82b9 doc: add links to single and double copy scenarios
> c744dfe Cosmetic: rename entry points in raw handler
> 864dedd raw handler: return error number instead of -1
> e38ad73 handler: push progress status from bootloader handler
> cfaec8c u-boot handler: fix removing variable
> 27c40c4 doc: ELC video published on YouTube
> 07811c7 swupdate: add pre-update command hook
> da974cd doc: update list of talks with ELC 2019

Your changelog it's wrong, it's missing:

045a618 raw_handler: handle ro block devices 
<https://github.com/sbabic/swupdate/commit/045a618a725d0a2fce64161f10101c0004ac5d85>

5700346 Makefile: rename tools binaries 
<https://github.com/sbabic/swupdate/commit/57003468df362ff6fe98f9c06e4841b70cab85e2>

48f22c6 add .editorconfig file 
<https://github.com/sbabic/swupdate/commit/48f22c6cb2b0ab3355fc8fa09ef7a38c1b900df8>

e5e7e02 doc: describe REST api 
<https://github.com/sbabic/swupdate/commit/e5e7e023f4a19532d11a0e7662ed60f47cc3ecbe> 


>
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.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 3f69b87..9fea83a 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -3,5 +3,5 @@ require swupdate_tools.inc
>   
>   DEFAULT_PREFERENCE = "-1"
>   
> -SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09"
> +SRCREV ?= "045a618a725d0a2fce64161f10101c0004ac5d85"
>   PV = "2019.04+git${SRCPV}"

Best Regards,

Joris
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate_git.bb b/recipes-support/swupdate/swupdate_git.bb
index 3f69b87..9fea83a 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -3,5 +3,5 @@  require swupdate_tools.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09"
+SRCREV ?= "045a618a725d0a2fce64161f10101c0004ac5d85"
 PV = "2019.04+git${SRCPV}"