Re: [oe] [meta-oe][PATCH] efivar: fix zero initializer compiler error

2016-02-01 Thread Khem Raj
On Mon, Feb 1, 2016 at 1:24 AM, Alexandru But wrote: > On Fri, Jan 29, 2016 at 07:01:57PM +0100, Martin Jansa wrote: >> On Tue, Jan 19, 2016 at 12:45:18PM +0200, Alexandru But wrote: >> > Patch based on commit a3606c0: >> > Sometimes the compiler doesn't like { 0,} as an initializer >> >> Probably

Re: [oe] [meta-oe][PATCH] efivar: fix zero initializer compiler error

2016-02-01 Thread Alexandru But
On Fri, Jan 29, 2016 at 07:01:57PM +0100, Martin Jansa wrote: > On Tue, Jan 19, 2016 at 12:45:18PM +0200, Alexandru But wrote: > > Patch based on commit a3606c0: > > Sometimes the compiler doesn't like { 0,} as an initializer > > Probably not caused by this change, but efivar now fails to build in

Re: [oe] [meta-oe][PATCH] efivar: fix zero initializer compiler error

2016-01-29 Thread Martin Jansa
On Tue, Jan 19, 2016 at 12:45:18PM +0200, Alexandru But wrote: > Patch based on commit a3606c0: > Sometimes the compiler doesn't like { 0,} as an initializer Probably not caused by this change, but efivar now fails to build in world build for qemuarm: | linux.c: In function 'eb_nvme_ns_id': | lin

[oe] [meta-oe][PATCH] efivar: fix zero initializer compiler error

2016-01-19 Thread Alexandru But
Patch based on commit a3606c0: Sometimes the compiler doesn't like { 0,} as an initializer Signed-off-by: Alexandru But --- ...he-compiler-doesn-t-like-0-as-an-initiali.patch | 42 ++ meta-oe/recipes-extended/efivar/efivar_0.21.bb | 3 +- 2 files changed, 44 insertions(+