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