Re: [oe] [meta-oe][PATCH] efivar: nvme header was renamed in linux 4.4

2016-02-03 Thread Alexandru But
On Wed, Feb 03, 2016 at 10:37:48AM +0800, Robert Yang wrote: > > > On 02/03/2016 01:40 AM, Alexandru But wrote: > >nvme.h was renamed to nvme_ioctl.h in linux uapi headers since 4.4. Patch > >taken from the gentoo repository. > > > >Signed-off-by: Alexandru B

[oe] [meta-oe][PATCH] efivar: nvme header was renamed in linux 4.4

2016-02-02 Thread Alexandru But
nvme.h was renamed to nvme_ioctl.h in linux uapi headers since 4.4. Patch taken from the gentoo repository. Signed-off-by: Alexandru But --- .../efivar/efivar/0.21-nvme_ioctl.h.patch | 30 ++ meta-oe/recipes-extended/efivar/efivar_0.21.bb | 3 ++- 2 files

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

[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 inser