From: Vasyl Vavrychuk Date: Tue, 23 Nov 2021 05:35:33 +0000 (+0100) Subject: templates/feature/agl-egvirt: Install virtio-video driver and necessary gst plugins. X-Git-Tag: 12.91.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cfd0c5768ad0fb69810f3c067cbd60c116428f05;p=AGL%2Fmeta-agl-devel.git templates/feature/agl-egvirt: Install virtio-video driver and necessary gst plugins. Bug-AGL: SPEC-4148 Change-Id: I565078680f6527185706b449700e2fc7ddf685e0 Signed-off-by: Vasyl Vavrychuk --- 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 \ +"