Re: [yocto] libcap compile error

2017-10-27 Thread Remco Poelstra
Khem Raj schreef op 2017-10-24 18:22: it seems you might be using uclibc, and xattr is absent in DISTRO_FEATURES, add DISTRO_FEATURES_append = " xattr" in your conf/local.conf and see if that helps. Hi, This did indeed resolve that issue. Unfortunately it didn't take long for another

Re: [yocto] libcap compile error

2017-10-24 Thread Khem Raj
On Tue, Oct 24, 2017 at 2:23 AM, Remco Poelstra wrote: > Hi all, > > I’m new with the Yocto project and I’m still trying to find my way. > I’m using a Hachiko board using Architech SDK and have managed to build and > run the standard image. > As a next step I wanted to

Re: [yocto] libcap compile error

2017-10-24 Thread Alexander Kanavin
On 10/24/2017 12:23 PM, Remco Poelstra wrote: I’m new with the Yocto project and I’m still trying to find my way. I’m using a Hachiko board using Architech SDK and have managed to build and run the standard image. As a next step I wanted to include the avahi mdns implementation. In order to do