diff mbox series

[meta-swupdate] swupdate: bump git srcrev

Message ID 1568823786-15957-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [meta-swupdate] swupdate: bump git srcrev | expand

Commit Message

'Darko Komljenovic' via swupdate Sept. 18, 2019, 4:23 p.m. UTC
This includes the following changes:

a8d4538 bootloader transaction marker: allow to disable globally via cmdline
c3ef374 Change license for Logo
e06c7d9 lua: export swupdate_progress_update
4f41d74 parser: allow skip for bootenv
6144c27 Stream the SWU in a file chosen in sw-description
c533766 parser: added output attribute
3947e88 util: add macro to align a buffer
a49c1d9 cpio: export get_cpiohdr function
c704549 Add tests for the TLS code
edd5691 bootloader: fix typo
911bf46 Add cpp guards in IPC interface
d9a61e9 doc: fix WARNING: Title underline too short.
07bebd9 parser: support hook for bootloader entries
685ea77 doc: update talks list with LinuxLab 2018

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

Comments

Stefano Babic Sept. 18, 2019, 9:01 p.m. UTC | #1
Hi Pierre,

On 18/09/19 18:23, 'Pierre-Jean Texier' via swupdate wrote:
> This includes the following changes:
> 
> a8d4538 bootloader transaction marker: allow to disable globally via cmdline
> c3ef374 Change license for Logo
> e06c7d9 lua: export swupdate_progress_update
> 4f41d74 parser: allow skip for bootenv
> 6144c27 Stream the SWU in a file chosen in sw-description
> c533766 parser: added output attribute
> 3947e88 util: add macro to align a buffer
> a49c1d9 cpio: export get_cpiohdr function
> c704549 Add tests for the TLS code
> edd5691 bootloader: fix typo
> 911bf46 Add cpp guards in IPC interface
> d9a61e9 doc: fix WARNING: Title underline too short.
> 07bebd9 parser: support hook for bootloader entries
> 685ea77 doc: update talks list with LinuxLab 2018
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  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 e8e3c1c..95c57a8 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -3,4 +3,4 @@ require swupdate_tools.inc
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> -SRCREV ?= "d3c0bfa4d000d73c62011afed35394d69c46ecd7"
> +SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09"
> 

Applied to -master, 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 e8e3c1c..95c57a8 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -3,4 +3,4 @@  require swupdate_tools.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "d3c0bfa4d000d73c62011afed35394d69c46ecd7"
+SRCREV ?= "a8d45381253838b34e4e035c065a1cdf429b1f09"