[yocto] Pulseadudio depends

2014-06-28 Thread Michael Gloff
All, I'm having some build errors when pulseaudio tries to configure. It looks like there is a dependency on libcap. If the image already has libcap pulled in or I manually make it so, everything is fine. Just wondering if anyone else has experienced this and/or can duplicate on a clean build.

Re: [yocto] Pulseadudio depends

2014-06-28 Thread Christian Ege
Am 28.06.2014 21:54 schrieb Michael Gloff mgl...@emacinc.com: All, I'm having some build errors when pulseaudio tries to configure. It looks like there is a dependency on libcap. If the image already has libcap pulled in or I manually make it so, everything is fine. Just wondering if anyone

[yocto] Building kernel modules as dependencies

2014-06-28 Thread Andreas Galauner
Hi all, I created recipes for two out-of-tree kernel modules written by myself in Yocto. I added these two modules in the machine config to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even MACHINE_ESSENTIAL_EXTRA_RDEPENDS. The modules build fine if I build them as targets with bitbake. The right

Re: [yocto] Building kernel modules as dependencies

2014-06-28 Thread Christian Ege
Hi Andreas, I created recipes for two out-of-tree kernel modules written by myself in Yocto. I added these two modules in the machine config to MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS or even MACHINE_ESSENTIAL_EXTRA_RDEPENDS. Have you used the name of your recipe or kernel-module-my-module-name?