summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-11-23 06:35:33 +0100
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-12-07 20:56:12 +0100
commitcfd0c5768ad0fb69810f3c067cbd60c116428f05 (patch)
treef50a74aedd947b18280b0d4f8e7a2f7ab37362fd /templates
parent87b7cce6fb8a0afde96227423b3385d36e6fe0a1 (diff)
templates/feature/agl-egvirt: Install virtio-video driver and necessary gst plugins.
Bug-AGL: SPEC-4148 Change-Id: I565078680f6527185706b449700e2fc7ddf685e0 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-egvirt/50_local.conf.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/feature/agl-egvirt/50_local.conf.inc b/templates/feature/agl-egvirt/50_local.conf.inc
new file mode 100644
index 00000000..151a16e0
--- /dev/null
+++ b/templates/feature/agl-egvirt/50_local.conf.inc
@@ -0,0 +1,7 @@
+# gstreamer1.0-plugins-bad contains:
+# * videoparsersbad plugin which contains h264parse element needed to demonstrate H.264 hardware decoding
+# * waylandsink plugin
+MACHINE_EXTRA_RDEPENDS_append = " \
+ kernel-module-virtio-video \
+ gstreamer1.0-plugins-bad \
+"