diff mbox series

[meta-swupdate] swupdate: bump to revision cc2c724

Message ID 20220428153627.1632241-1-texier.pj2@gmail.com
State Accepted
Headers show
Series [meta-swupdate] swupdate: bump to revision cc2c724 | expand

Commit Message

Pierre-Jean Texier April 28, 2022, 3:36 p.m. UTC
cc2c724 Updated defconfigs for test
6c27d3f bootloader: EBG: fix do_env_get for anything but global state
ae36839 diskpart: add handler to toggle boot flag
d4b091f diskpart: set boot flag for MBR partition
76a25f2 diskpart: factorize retrieving partition table type
cbbd7a3 CI: Adapt EFI Boot Guard build
b09f211 bootloader: fallback to bootloader 'none'
b7be652 bootloader: document the Bootloader Interface
3a4e626 bootloader: adapt implementations to runtime-dynamic selection
b8897ed bootloader: runtime-dynamic bootloader selection
b469cbe Set ustate when an update is started
33b1964 building-with-yocto.rst: Remove CONFIG_UBOOT_NEWAPI reference
75b4926 handler: rawcopy: fixes and run on scope if set
79fa2a7 Fixed compiler error for delta updates
b044de7 Updated binary web-app
d080fd9 web-app: updated jquery and bootstrap

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 May 2, 2022, 8:40 a.m. UTC | #1
On 28.04.22 17:36, Pierre-Jean Texier wrote:
> cc2c724 Updated defconfigs for test
> 6c27d3f bootloader: EBG: fix do_env_get for anything but global state
> ae36839 diskpart: add handler to toggle boot flag
> d4b091f diskpart: set boot flag for MBR partition
> 76a25f2 diskpart: factorize retrieving partition table type
> cbbd7a3 CI: Adapt EFI Boot Guard build
> b09f211 bootloader: fallback to bootloader 'none'
> b7be652 bootloader: document the Bootloader Interface
> 3a4e626 bootloader: adapt implementations to runtime-dynamic selection
> b8897ed bootloader: runtime-dynamic bootloader selection
> b469cbe Set ustate when an update is started
> 33b1964 building-with-yocto.rst: Remove CONFIG_UBOOT_NEWAPI reference
> 75b4926 handler: rawcopy: fixes and run on scope if set
> 79fa2a7 Fixed compiler error for delta updates
> b044de7 Updated binary web-app
> d080fd9 web-app: updated jquery and bootstrap
> 
> 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 fdcb3f3..31b97bc 100644
> --- a/recipes-support/swupdate/swupdate_git.bb
> +++ b/recipes-support/swupdate/swupdate_git.bb
> @@ -2,5 +2,5 @@ require swupdate.inc
>   
>   DEFAULT_PREFERENCE = "-1"
>   
> -SRCREV ?= "a781be1d0b7a7b6731c7fa2c2ee7d88be8b0f1c2"
> +SRCREV ?= "cc2c724b8caaed640e97264087df3b6502f26981"
>   PV = "2021.11+git${SRCPV}"

Applied to -master, -krikstone, -honister, -hardknott, -dunfell

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 fdcb3f3..31b97bc 100644
--- a/recipes-support/swupdate/swupdate_git.bb
+++ b/recipes-support/swupdate/swupdate_git.bb
@@ -2,5 +2,5 @@  require swupdate.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-SRCREV ?= "a781be1d0b7a7b6731c7fa2c2ee7d88be8b0f1c2"
+SRCREV ?= "cc2c724b8caaed640e97264087df3b6502f26981"
 PV = "2021.11+git${SRCPV}"