Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Bruce Ashfield
On Tue, Oct 10, 2023 at 10:37 AM Rasmus Villemoes < rasmus.villem...@prevas.dk> wrote: > On 10/10/2023 14.31, Bruce Ashfield wrote: > > > > > > On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes > > It seems we can fix it with > > > > $ git diff > > diff --git a/meta/recipes-kernel/perf/

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Rasmus Villemoes via lists.openembedded.org
On 10/10/2023 14.31, Bruce Ashfield wrote: > > > On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes > It seems we can fix it with > > $ git diff > diff --git a/meta/recipes-kernel/perf/perf.bb > b/meta/recipes-kernel/perf/perf.bb > index 420286

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Bruce Ashfield
On Tue, Oct 10, 2023 at 7:44 AM Rasmus Villemoes wrote: > On 10/07/2023 05.20, Bruce Ashfield via lists.openembedded.org wrote: > > From: Bruce Ashfield > > > > kernel version 6.4 introduces a new file that need to have > > absolute paths removed, so we can avoid the buildpaths QA > > warning an

Re: [OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-10-10 Thread Rasmus Villemoes via lists.openembedded.org
On 10/07/2023 05.20, Bruce Ashfield via lists.openembedded.org wrote: > From: Bruce Ashfield > > kernel version 6.4 introduces a new file that need to have > absolute paths removed, so we can avoid the buildpaths QA > warning and have relocatable packages. > > We add pmu-flex.h to the processing

[OE-core] [PATCH 04/15] perf: fix buildpaths QA warning in 6.4+

2023-07-09 Thread Bruce Ashfield
From: Bruce Ashfield kernel version 6.4 introduces a new file that need to have absolute paths removed, so we can avoid the buildpaths QA warning and have relocatable packages. We add pmu-flex.h to the processing, and the issue is resolved. Signed-off-by: Bruce Ashfield --- meta/recipes-kerne