From: Hongxu Jia <hongxu.jia@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: koen.kooi@linaro.org, openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] efibootmgr: sync with upstream while efivar upgraded to 0.23
Date: Sat, 7 May 2016 17:15:20 +0800 [thread overview]
Message-ID: <572DB228.8090903@windriver.com> (raw)
In-Reply-To: <1462611811-15593-1-git-send-email-hongxu.jia@windriver.com>
On 05/07/2016 05:03 PM, Hongxu Jia wrote:
> Sync with upstream to have the following fix:
> ...
> commit 53aa9cdf7f0746f91f39521d020b024103041384
> Author: Peter Jones <pjones@redhat.com>
> Date: Thu Mar 3 09:50:03 2016 -0500
>
> Explicitly pass a mode to efi_set_variable() in all cases.
>
> We'll have to do this for efivar-0.24 .
>
> Signed-off-by: Peter Jones <pjones@redhat.com>
> ...
>
> It failed compile failure:
s/failed/fixed/
Updated in
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/fix-efivar
//Hongxu
> ...
> efibootmgr.c: In function 'make_boot_var':
> efibootmgr.c:305:7: error: too few arguments to function 'efi_set_variable'
> rc = efi_set_variable(boot->guid, boot->name, boot->data,
> ^
> ...
>
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
> meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> index d80c89f..0dee582 100644
> --- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> +++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb
> @@ -10,7 +10,7 @@ DEPENDS = "pciutils zlib efivar"
>
> COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
>
> -SRCREV = "eb6e36c9064eae256cd60df24a977e3abd87fd16"
> +SRCREV = "75d25807ba81cb724964c989012611272c8f1f5d"
> SRC_URI = "git://github.com/rhinstaller/efibootmgr.git;protocol=https \
> "
>
prev parent reply other threads:[~2016-05-07 9:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-07 7:05 [PATCH V4 0/3] efivar: update to 0.23 Hongxu Jia
2016-05-07 7:01 ` [PATCH 1/3] " Hongxu Jia
2016-05-07 7:01 ` [PATCH 2/3] efibootmgr: update and unblacklist Hongxu Jia
2016-05-07 7:01 ` [PATCH 3/3] efivar: fix do_install failed Hongxu Jia
2016-05-07 7:07 ` [PATCH V4 0/3] efivar: update to 0.23 Hongxu Jia
2016-05-07 9:03 ` [meta-oe][PATCH] efibootmgr: sync with upstream while efivar upgraded " Hongxu Jia
2016-05-07 9:15 ` Hongxu Jia [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=572DB228.8090903@windriver.com \
--to=hongxu.jia@windriver.com \
--cc=koen.kooi@linaro.org \
--cc=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.