On Fri, Jan 28, 2022 at 08:41:19AM +0100, Christian Melki wrote:
> Update needed to match efivar library changes.
> Bugfix release.
I'll drop this patch as well:
efibootmgr.c:975:32: error: pointer targets in passing argument 1 of
'efidp_format_device_path' differ in signedness [-Werror=pointer-sign]
In file included from
/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/sysroot-target/usr/include/efivar/efivar.h:238,
from efibootmgr.c:50:
/srv/jenkins-data/agent/workspace/ptxdist-tests/all-yes/master.mol-next.arm-hf/platform-arm-hf/sysroot-target/usr/include/efivar/efivar-dp.h:1245:47:
note: expected 'char *' but argument is of type 'unsigned char *'
The argument for efidp_format_device_path() changed with the new version.
So please resubmit this patch with the new efivar version.
Michael
> Signed-off-by: Christian Melki <[email protected]>
> ---
> rules/efibootmgr.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make
> index 98b9aa97e..1fbdaff8b 100644
> --- a/rules/efibootmgr.make
> +++ b/rules/efibootmgr.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_EFIBOOTMGR) += efibootmgr
> #
> # Paths and names
> #
> -EFIBOOTMGR_VERSION := 16
> -EFIBOOTMGR_MD5 := ab7cf46774fda951a0e8a40beb65a90e
> +EFIBOOTMGR_VERSION := 17
> +EFIBOOTMGR_MD5 := 9ac3f45dba5a2608148876763e54723c
> EFIBOOTMGR := efibootmgr-$(EFIBOOTMGR_VERSION)
> EFIBOOTMGR_SUFFIX := tar.bz2
> EFIBOOTMGR_URL :=
> https://github.com/rhboot/efibootmgr/releases/download/$(EFIBOOTMGR_VERSION)/$(EFIBOOTMGR).$(EFIBOOTMGR_SUFFIX)
> --
> 2.30.2
>
>
> _______________________________________________
> ptxdist mailing list
> [email protected]
> To unsubscribe, send a mail with subject "unsubscribe" to
> [email protected]
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]