Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-22 Thread Patrick Turley
On Jan 21, 2013, at 5:16 PM, Patrick Turley patricktur...@gamestop.com wrote: On Jan 21, 2013, at 4:35 PM, Zhang, Jessica jessica.zh...@intel.com wrote: Hi Patrick, Since you're able to add the dev packages to images, just do bitbake yourimagewithALSA -c populate_sdk, that should

[yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Patrick Turley
I've been working on re-targeting some code from a vendor's board to our own board. For libraries and other low-level code, everything's been fine. For test applications, I'm running into a dependency on the header file alsa/asoundlib.h, which is obviously part of ALSA. I've been building our

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Jack Mitchell
On 01/21/13 21:27, Patrick Turley wrote: I've been working on re-targeting some code from a vendor's board to our own board. For libraries and other low-level code, everything's been fine. For test applications, I'm running into a dependency on the header file alsa/asoundlib.h, which is

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Patrick Turley
On Jan 21, 2013, at 4:35 PM, Zhang, Jessica jessica.zh...@intel.com wrote: Hi Patrick, Since you're able to add the dev packages to images, just do bitbake yourimagewithALSA -c populate_sdk, that should generate a SDK contains ALSA. By default, meta-toolchain-sdk is predefined unless you