diff mbox series

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

Message ID 20191023211101.16591-5-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:

71b2a73 handle protected mmcblk_boot_ devices
16bd392 add missing includes
31cb03c add .editorconfig file
4d05047 Merge pull request #3 from lamby/reproducible-build
d63e76f Make the build reproducible
9e121d4 uboot_env: fix print format of type size_t
6c623d1 uboot_env: add ubi volume support
8feae6a uboot_env: add a flag to manage device type
65ae5fe uboot_env: don't accept MTD_DATAFLASH and MTD_UBI_VOLUME
2c36d07 uboot_env: nand: fix return of devwrite
a1744ab uboot_env: nand: fix return of devread

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

Comments

'Darko Komljenovic' via swupdate Oct. 23, 2019, 9:26 p.m. UTC | #1
Hi Adrian,

Le 23/10/2019 à 23:10, Adrian Freihofer a écrit :
> This includes the following changes:
> 
> 71b2a73 handle protected mmcblk_boot_ devices
> 16bd392 add missing includes
> 31cb03c add .editorconfig file
> 4d05047 Merge pull request #3 from lamby/reproducible-build
> d63e76f Make the build reproducible
> 9e121d4 uboot_env: fix print format of type size_t
> 6c623d1 uboot_env: add ubi volume support
> 8feae6a uboot_env: add a flag to manage device type
> 65ae5fe uboot_env: don't accept MTD_DATAFLASH and MTD_UBI_VOLUME
> 2c36d07 uboot_env: nand: fix return of devwrite
> a1744ab uboot_env: nand: fix return of devread

Your commit log seems wrong.
That should be:

9294981 handle protected mmcblk_boot_ devices
ac6d18a add missing includes
8106b65 add .editorconfig file
3286c57 CMakeLists: fix build with old compilers
d63e76f Make the build reproducible

Thanks !

Pierre-Jean

> 
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> ---
>   recipes-bsp/libubootenv/libubootenv_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
> index 3c9388f..5dba3c3 100644
> --- a/recipes-bsp/libubootenv/libubootenv_git.bb
> +++ b/recipes-bsp/libubootenv/libubootenv_git.bb
> @@ -1,5 +1,5 @@
>   require libubootenv.inc
> -SRCREV = "9e121d41113dc0313452b2c00627097c46802c10"
> +SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
>   PV_append = "+git${SRCPV}"
>   
>   DEFAULT_PREFERENCE = "-1"
>
diff mbox series

Patch

diff --git a/recipes-bsp/libubootenv/libubootenv_git.bb b/recipes-bsp/libubootenv/libubootenv_git.bb
index 3c9388f..5dba3c3 100644
--- a/recipes-bsp/libubootenv/libubootenv_git.bb
+++ b/recipes-bsp/libubootenv/libubootenv_git.bb
@@ -1,5 +1,5 @@ 
 require libubootenv.inc
-SRCREV = "9e121d41113dc0313452b2c00627097c46802c10"
+SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
 PV_append = "+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"