[meta-freescale] [meta-freescale-distro][PATCH] fsl-base.inc: Enable allow-autospawn-for-root as default

Yuqing Zhu carol.zhu at nxp.com
Mon Sep 10 08:12:51 PDT 2018


We rely on PulseAudio's autospawn feature 
to automatically start the daemon.
Our boards have root as default user, 
so it's useful to be able to use PulseAudio autospawn for root.

Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
 conf/distro/include/fsl-base.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/distro/include/fsl-base.inc b/conf/distro/include/fsl-base.inc
index fac0906..5483e18 100644
--- a/conf/distro/include/fsl-base.inc
+++ b/conf/distro/include/fsl-base.inc
@@ -66,3 +66,6 @@ PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.14.imx"
 
 # Use i.MX libdrm Version
 PREFERRED_VERSION_libdrm = "2.4.84.imx"
+
+# Enable allow-autospawn-for-root as default
+PACKAGECONFIG_pn-pulseaudio_append = " autospawn-for-root"
-- 
1.9.1



More information about the meta-freescale mailing list