thank to both of you, it worked with the .bbappend file placed in the
folder of one of my layers and with
PACKAGECONFIG_append = " smb"
On Thu, Sep 6, 2018 at 10:00 PM Andre McCurdy wrote:
> On Thu, Sep 6, 2018 at 12:10 PM, Erik Botö wrote:
> > Hi,
> >
> > On Thu, Sep 6, 2018 at 8:01 PM Anto
On Thu, Sep 6, 2018 at 12:10 PM, Erik Botö wrote:
> Hi,
>
> On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana
> wrote:
>>
>> Hello
>> I am trying to enable the SMB protocol when building curl library by Yocto
>> the original recipe is under meta/recipes-support/curl
>>
>> in my image's local.c
Hi,
On Thu, Sep 6, 2018 at 8:01 PM Antonio Santagiuliana <
santantonios...@gmail.com> wrote:
> Hello
> I am trying to enable the SMB protocol when building curl library by Yocto
> the original recipe is under meta/recipes-support/curl
>
> in my image's local.conf I have
> IMAGE_INSTALL_append +=
Hello
I am trying to enable the SMB protocol when building curl library by Yocto
the original recipe is under meta/recipes-support/curl
in my image's local.conf I have
IMAGE_INSTALL_append += "curl-dev"
curl is built correctly, but SMB is disabled
So I tried to add a .bbappend file with same nam