Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-22 Thread Bruce Ashfield
On Thu, Feb 18, 2021 at 6:05 PM Matteo Croce wrote: > Okay, I've addressed all comments but the test one. > > I pushed it to a local fork of meta-oe here: > > https://github.com/teknoraver/meta-openembedded/commit/679944b06ffc564b4b99eae5d934f742bb2a9c09 > > Which kind of test needs to be done

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-18 Thread Matteo Croce
Okay, I've addressed all comments but the test one. I pushed it to a local fork of meta-oe here: https://github.com/teknoraver/meta-openembedded/commit/679944b06ffc564b4b99eae5d934f742bb2a9c09 Which kind of test needs to be done here? A selftest to be run with oe-selftest? A ptest? A tool copied

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-17 Thread Bruce Ashfield
On Wed, Feb 17, 2021 at 9:32 PM Matteo Croce wrote: > On Mon, Feb 8, 2021 at 9:13 PM Bruce Ashfield > wrote: > > > > On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce > wrote: > > > > > > From: Matteo Croce > > > > > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > > > The

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-17 Thread Matteo Croce
On Mon, Feb 8, 2021 at 9:13 PM Bruce Ashfield wrote: > > On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce > wrote: > > > > From: Matteo Croce > > > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > > The only patch fixes a build issue, and it's already merged upstream. > >

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-09 Thread Matteo Croce
On Tue, Feb 9, 2021 at 5:44 PM Khem Raj wrote: > > fails to build for rpi4 here > > https://errors.yoctoproject.org/Errors/Details/570276/ > > On Mon, Feb 8, 2021 at 1:34 PM Bruce Ashfield > wrote: > > > > On Mon, Feb 8, 2021 at 4:22 PM Matteo Croce > > wrote: > > > > > > On Mon, Feb 8, 2021

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-09 Thread Khem Raj
fails to build for rpi4 here https://errors.yoctoproject.org/Errors/Details/570276/ On Mon, Feb 8, 2021 at 1:34 PM Bruce Ashfield wrote: > > On Mon, Feb 8, 2021 at 4:22 PM Matteo Croce > wrote: > > > > On Mon, Feb 8, 2021 at 9:13 PM Bruce Ashfield > > wrote: > > > > > > On Mon, Feb 8, 2021

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-08 Thread Bruce Ashfield
On Mon, Feb 8, 2021 at 4:22 PM Matteo Croce wrote: > > On Mon, Feb 8, 2021 at 9:13 PM Bruce Ashfield > wrote: > > > > On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce > > wrote: > > > > > > From: Matteo Croce > > > > > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > > > The

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-08 Thread Matteo Croce
On Mon, Feb 8, 2021 at 9:13 PM Bruce Ashfield wrote: > > On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce > wrote: > > > > From: Matteo Croce > > > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > > The only patch fixes a build issue, and it's already merged upstream. > >

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-08 Thread Bruce Ashfield
On Mon, Feb 8, 2021 at 3:13 PM Bruce Ashfield wrote: > > On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce > wrote: > > > > From: Matteo Croce > > > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > > The only patch fixes a build issue, and it's already merged upstream. > >

Re: [OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-08 Thread Bruce Ashfield
On Mon, Feb 8, 2021 at 1:18 PM Matteo Croce wrote: > > From: Matteo Croce > > Add a recipe to build libbpf from https://github.com/libbpf/libbpf > The only patch fixes a build issue, and it's already merged upstream. Thanks for the submission! I have a few comments / questions. To get this

[OE-core] [PATCH] recipes-kernel: add libbpf

2021-02-08 Thread Matteo Croce
From: Matteo Croce Add a recipe to build libbpf from https://github.com/libbpf/libbpf The only patch fixes a build issue, and it's already merged upstream. Signed-off-by: Matteo Croce --- ...01-install-don-t-preserve-file-owner.patch | 29 +++