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

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

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

[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 +++ meta/recipes-kernel/libbpf