Re: [yocto] how to add pulseaudio

2018-04-03 Thread Sherif Omran
hi i used the following DISTRO_FEATURES_append += " ext2 pulseaudio pam usbhost sbc alsa-plugins ${DISTRO_FEATURES_LIBC}" PACKAGECONFIG_pulseaudio += " --with-access-group=audio --enable-bluez5 --disable-x11 --disable-systemd-daemon" IMAGE_INSTALL_append= " pulseaudio-server libpulsecore sbc

Re: [yocto] how to add pulseaudio

2018-03-27 Thread Mylène Josserand
Hello, On Mon, 26 Mar 2018 22:17:02 +0200 Sherif Omran wrote: > hello > > i am trying to add pulse audio to an image but i don't get pulse audio > being installed in the image Which layers are you using and on which branch are you based? Rocko? > > I am using the

Re: [yocto] how to add pulseaudio

2018-03-27 Thread Måns Zigher
I am no expert but basically the DISTRO_FEATURES is normally used to inform recipes about what kind of feature you would like to have. A recipe based on the DISTRO_FEATURES can then include take action on certain DISTRO_FEATURES. In the yocto ref manual you can read "In most cases, the presence

[yocto] how to add pulseaudio

2018-03-26 Thread Sherif Omran
hello i am trying to add pulse audio to an image but i don't get pulse audio being installed in the image I am using the following DISTRO_FEATURES_append += " ext2 pam usbhost ${DISTRO_FEATURES_LIBC} pulseaudio pulseaudio-module-dbus-protocol pulseaudio-module-bluetooth" IMAGE_INSTALL_append +=