Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-22 Thread Patrick Turley
On Jan 21, 2013, at 5:16 PM, Patrick Turley wrote: > On Jan 21, 2013, at 4:35 PM, "Zhang, Jessica" 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 defaul

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Patrick Turley
On Jan 21, 2013, at 4:35 PM, "Zhang, Jessica" 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 use "-c populate

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 obvio

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Zhang, Jessica
rootfs. Cheers, Jessica -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Patrick Turley Sent: Monday, January 21, 2013 1:27 PM To: yocto@yoctoproject.org Subject: [yocto] Adding ALSA to the Yocto SDK I've been working on re

[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