From 9c3a673987e169539c75e6b57d80dd61f8eb78d9 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 26 Jun 2019 21:04:24 -0400 Subject: ondemandnavi: add patches for pipewire and running as non-root Changes include: * Add a patch to replace the use of 4A via 4a-play with just using ALSA via a gst-launch pipeline. gstreamer is used to provide the flexibility to easily switch to a pipewire output sink and likely add back setting a role via a property. * Add a patch to set the new audio and display permissions for running as non-root. These patches should be removed when they get upstream. Bug-AGL: SPEC-2576 Change-Id: I5d24bb7c1d263a664d1c924f01d118d6d351d232 Signed-off-by: Scott Murray --- .../ondemandnavi/0002-update-permissions.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-demo-hmi/navigation/ondemandnavi/0002-update-permissions.patch (limited to 'recipes-demo-hmi/navigation/ondemandnavi/0002-update-permissions.patch') diff --git a/recipes-demo-hmi/navigation/ondemandnavi/0002-update-permissions.patch b/recipes-demo-hmi/navigation/ondemandnavi/0002-update-permissions.patch new file mode 100644 index 000000000..cff5fa952 --- /dev/null +++ b/recipes-demo-hmi/navigation/ondemandnavi/0002-update-permissions.patch @@ -0,0 +1,22 @@ +ondemandnavi: Update permissions + +Add the new display and audio permissions required with the change to +running as non-root. + +Upstream-Status: pending + +Signed-off-by: Scott Murray + +diff --git a/package/config.xml b/package/config.xml +index ae5c1f6..10b2d99 100755 +--- a/package/config.xml ++++ b/package/config.xml +@@ -13,6 +13,8 @@ + + + ++ ++ + + + -- cgit 1.2.3-korg