Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Khem Raj
On Fri, Oct 2, 2020 at 7:27 PM Bruce Ashfield wrote: > > On Fri, Oct 2, 2020 at 4:21 PM Khem Raj wrote: > > > > On Fri, Oct 2, 2020 at 11:28 AM Bruce Ashfield > > wrote: > > > > > > On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org > > > wrote: > > > > > > > > Hi all, > >

Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Khem Raj
On Fri, Oct 2, 2020 at 2:21 PM Maxim Sloyko wrote: > > On Fri, Oct 2, 2020 at 1:21 PM Khem Raj wrote: > > > > On Fri, Oct 2, 2020 at 11:28 AM Bruce Ashfield > > wrote: > > > > > > On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org > > > wrote: > > > > > > > > Hi all, > > >

Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Maxim Sloyko via lists.openembedded.org
On Fri, Oct 2, 2020 at 1:21 PM Khem Raj wrote: > > On Fri, Oct 2, 2020 at 11:28 AM Bruce Ashfield > wrote: > > > > On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org > > wrote: > > > > > > Hi all, > > > > > > I hope this is the right mailing list for my question. > > > > >

Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Khem Raj
On Fri, Oct 2, 2020 at 11:28 AM Bruce Ashfield wrote: > > On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org > wrote: > > > > Hi all, > > > > I hope this is the right mailing list for my question. > > > > Short version: my recipe (not kernel) depends on a certain option(s) >

Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Maxim Sloyko via lists.openembedded.org
On Fri, Oct 2, 2020 at 11:28 AM Bruce Ashfield wrote: > > On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org > wrote: > > > > Hi all, > > > > I hope this is the right mailing list for my question. > > > > Short version: my recipe (not kernel) depends on a certain option(s) >

Re: [oe] Tracking dependencies on kernel configration

2020-10-02 Thread Bruce Ashfield
On Fri, Oct 2, 2020 at 1:58 PM Maxim Sloyko via lists.openembedded.org wrote: > > Hi all, > > I hope this is the right mailing list for my question. > > Short version: my recipe (not kernel) depends on a certain option(s) > being set in the kernel built and certain devices enabled in the > device

[oe] Tracking dependencies on kernel configration

2020-10-02 Thread Maxim Sloyko via lists.openembedded.org
Hi all, I hope this is the right mailing list for my question. Short version: my recipe (not kernel) depends on a certain option(s) being set in the kernel built and certain devices enabled in the device tree. Is there a way to make this dependency explicit and make my recipe fail, if the kernel

[oe] [meta-oe][PATCH V2] numactl: Link with libatomic on rv64/rv32

2020-10-02 Thread Khem Raj
Fixes riscv64-yoe-linux/10.2.0/ld: ./.libs/libnuma.so: undefined reference to `__atomic_fetch_and_1' Signed-off-by: Khem Raj --- v2: Also fix rv32 meta-oe/recipes-support/numactl/numactl_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git