From ead830d393c392c1d19135cc29239a26c149c0a5 Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Tue, 14 Nov 2023 17:55:26 +0000 Subject: egvirt feature updates with virtio-loopback Automatically installs virtio-loopback when eg-virt feature is enabled. This might be helpful to create images for CI testing. It also aligns egvirt with other featues moving the .inc file outside the template folder. v2: restrict effects only to h3ulcb machine for virtio-loopback components. v3: revert to v1. We don't restrict the append to a specific machine. Bug-AGL: SPEC-4834 Depends on change: 29407 Change-Id: I43222f1711b96e1c76028355611e9d8758204a17 Signed-off-by: Michele Paolino --- templates/feature/agl-egvirt/50_local.conf.inc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/feature/agl-egvirt/50_local.conf.inc b/templates/feature/agl-egvirt/50_local.conf.inc index dbe544bd..3062504d 100644 --- a/templates/feature/agl-egvirt/50_local.conf.inc +++ b/templates/feature/agl-egvirt/50_local.conf.inc @@ -1,11 +1,3 @@ -# 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 \ -" +#see meta-agl-devel/meta-egvirt/conf/include/agl-egvirt.inc +require conf/include/agl-egvirt.inc -MACHINE_EXTRA_RDEPENDS:append = " \ - kernel-module-virtio-can \ -" -- cgit 1.2.3-korg