Re: [poky] Adding Pulseaudio to raspberry Pi Zero image #poky #raspberrypi
Khem Raj <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CAMKF1sq6pqY7A0pWpFj=ovtG5yhbqmYrS3u7H6LWH6mhE0jNyg@mail.gmail.com> |
On Mon, Feb 24, 2025 at 8:17 AM John via lists.yoctoproject.org <[email protected]> wrote: > > I'm trying to get bluetooth working on my raspberry Pi Zero. I've traced it down to the pulseaudio driver and tools missing. I've attached my local.conf file to show how I'm including it into my project. I can build it directly using > > bitbake pulseaudio > > but if I do the build for core-image-minimal there are no pulseaudio s/w or tools in the image. I do have the ALSA support included and it appears to be there. > > Thanks in advance for any help or advice. pulseaudio recipe will produce multiple output packages and one of them could be name pulseaudio as well, in pulseaudio package the package is empty and the binaries you might be interested in are packaged in another package, if you know which binary you are looking for then easy way to locate the name of output package housing it is to use oe-pkgdata-util on your build e.g. oe-pkgdata-util find-path /bin/ls will tell you the name of package which provides it and you can include that in your IMAGE_INSTALL > > > Cheers!! > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13538): https://lists.yoctoproject.org/g/poky/message/13538 > Mute This Topic: https://lists.yoctoproject.org/mt/111360363/1997914 > Mute #poky:https://lists.yoctoproject.org/g/poky/mutehashtag/poky > Mute #raspberrypi:https://lists.yoctoproject.org/g/poky/mutehashtag/raspberrypi > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >