From c3f8f1dd2ba27a0b40a1890eda96a37f4cbedc75 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Tue, 21 Oct 2025 12:08:58 +0200 Subject: [PATCH] packagegroup-dey-core: add v4l-utils to platforms with video This package is specially required for configuring the camera paths on the newest kernels and capture drivers. Include it by default in all platforms that support video. Signed-off-by: Hector Palacios --- .../packagegroups/packagegroup-dey-core.bb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb index e20b04601..d423d45b8 100644 --- a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb +++ b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb @@ -67,15 +67,12 @@ RDEPENDS:${PN} = "\ ${VIRTUAL-RUNTIME_update-alternatives} \ ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS} \ ${MACHINE_EXTRA_RDEPENDS} \ + ${MULTIMEDIA_PKGS} \ " -RDEPENDS:${PN}:append:ccmp15 = " \ - v4l-utils \ -" - -RDEPENDS:${PN}:append:ccmp2 = " \ - v4l-utils \ -" +MULTIMEDIA_PKGS = "v4l-utils" +MULTIMEDIA_PKGS:ccimx91 = "" +MULTIMEDIA_PKGS:ccmp13 = "" # The rootfs in the CC6UL is not big enough for graphic images (QT) and the # connectcore demo, so we restrict the demo only for the 'core-image-base'