summaryrefslogtreecommitdiffstats
path: root/meta-yocto/recipes-bsp/beagleboard-audio/beagleboard-audio.bb
Commit message (Collapse)AuthorAgeFilesLines
* beagleboard-audio: fix RDEPENDS on alsa-utils-amixerPaul Eggleton2011-10-041-2/+2
| | | | | | | Use RDEPENDS_${PN} instead of RDEPENDS. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beagleboard-audio: Set COMPATIBLE_MACHINE and also remove toolchain ↵Richard Purdie2011-06-221-0/+3
| | | | | | dependencies since its a config file Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* beagleboard: add basic audio mixer defaultsDarren Hart2011-06-221-0/+30
We need a generic alsa based mechanism that we can use a bbappend to save default mixer controls per bsp. Until that is ready, this ensures the Audio Out on the Beagleboard is enabled out of the box. Signed-off-by: Darren Hart <dvhart@linux.intel.com>