Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-29 Thread Richard Purdie
On Thu, 2018-03-15 at 09:45 -0400, Bruce Ashfield wrote: > On Wed, Mar 7, 2018 at 3:40 AM, Burton, Ross > wrote: > > > > On 6 March 2018 at 18:11, Bruce Ashfield > com> > > wrote: > > > > > > > > > +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" > > > +# 4.15+ needs these next two RDEPENDS > > >

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-15 Thread Bruce Ashfield
On Wed, Mar 7, 2018 at 3:40 AM, Burton, Ross wrote: > On 6 March 2018 at 18:11, Bruce Ashfield > wrote: >> >> +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" >> +# 4.15+ needs these next two RDEPENDS >> +RDEPENDS_${PN} += "openssl-dev util-linux" >> +# and x86 needs a bit more for 4.15+ >> +RDEPEND

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-08 Thread Richard Purdie
On Wed, 2018-03-07 at 08:35 -0500, Bruce Ashfield wrote: > On Wed, Mar 7, 2018 at 3:40 AM, Burton, Ross > wrote: > > > > On 6 March 2018 at 18:11, Bruce Ashfield > com> > > wrote: > > > > > > > > > +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" > > > +# 4.15+ needs these next two RDEPENDS > > >

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-07 Thread Bruce Ashfield
On Wed, Mar 7, 2018 at 3:40 AM, Burton, Ross wrote: > On 6 March 2018 at 18:11, Bruce Ashfield > wrote: >> >> +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" >> +# 4.15+ needs these next two RDEPENDS >> +RDEPENDS_${PN} += "openssl-dev util-linux" >> +# and x86 needs a bit more for 4.15+ >> +RDEPEND

Re: [OE-core] [PATCH 1/9 v3] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-03-07 Thread Burton, Ross
On 6 March 2018 at 18:11, Bruce Ashfield wrote: > +RDEPENDS_${PN} = "bc python ${TCLIBC}-utils" > +# 4.15+ needs these next two RDEPENDS > +RDEPENDS_${PN} += "openssl-dev util-linux" > +# and x86 needs a bit more for 4.15+ > +RDEPENDS_${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils', '',