templates/feature/agl-egvirt: Install virtio-video driver and necessary gst plugins. 27/26927/2
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Tue, 23 Nov 2021 05:35:33 +0000 (06:35 +0100)
committerVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Tue, 7 Dec 2021 19:56:12 +0000 (20:56 +0100)
Bug-AGL: SPEC-4148
Change-Id: I565078680f6527185706b449700e2fc7ddf685e0
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
templates/feature/agl-egvirt/50_local.conf.inc [new file with mode: 0644]

diff --git a/templates/feature/agl-egvirt/50_local.conf.inc b/templates/feature/agl-egvirt/50_local.conf.inc
new file mode 100644 (file)
index 0000000..151a16e
--- /dev/null
@@ -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 \
+"