Re: [yocto] running autoreconf during a configuration step

2018-01-08 Thread Jack Mitchell
On 04/01/18 20:39, Rail Shafigulin wrote: > Ross, > > Thanks for the help. Really appreciate it. > There is also already a recipe for libsoc in meta-oe. http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb?h=master Regards, Jack. > On Thu, Jan 4,

Re: [yocto] running autoreconf during a configuration step

2018-01-04 Thread Rail Shafigulin
Ross, Thanks for the help. Really appreciate it. On Thu, Jan 4, 2018 at 8:35 AM, Burton, Ross wrote: > If you look at autotools.bbclass you'll see it already passes -i. > > Ross > > On 4 January 2018 at 16:20, Rail Shafigulin wrote: >> >> How do I add parameters to it? I need to run autoreconf

Re: [yocto] running autoreconf during a configuration step

2018-01-04 Thread Burton, Ross
If you look at autotools.bbclass you'll see it already passes -i. Ross On 4 January 2018 at 16:20, Rail Shafigulin wrote: > How do I add parameters to it? I need to run autoreconf -i. Didn't > find any EXTRA_OE variables. > > On Thu, Jan 4, 2018 at 8:15 AM, Burton, Ross > wrote: > > On 4 Janua

Re: [yocto] running autoreconf during a configuration step

2018-01-04 Thread Rail Shafigulin
How do I add parameters to it? I need to run autoreconf -i. Didn't find any EXTRA_OE variables. On Thu, Jan 4, 2018 at 8:15 AM, Burton, Ross wrote: > On 4 January 2018 at 15:45, Rail Shafigulin wrote: >> >> I'm somewhat new to Yocto. Trying to build libsoc, >> https://github.com/jackmitch/libsoc

Re: [yocto] running autoreconf during a configuration step

2018-01-04 Thread Burton, Ross
On 4 January 2018 at 15:45, Rail Shafigulin wrote: > I'm somewhat new to Yocto. Trying to build libsoc, > https://github.com/jackmitch/libsoc. The steps are outlined here, > https://github.com/jackmitch/libsoc#manually-building. The first one > is to run autoreconf -i. I've been looking through d

[yocto] running autoreconf during a configuration step

2018-01-04 Thread Rail Shafigulin
I'm somewhat new to Yocto. Trying to build libsoc, https://github.com/jackmitch/libsoc. The steps are outlined here, https://github.com/jackmitch/libsoc#manually-building. The first one is to run autoreconf -i. I've been looking through documentation but didn't find anything on how to do it. Is the