vpl-gpu-rt: inherit features_check

opengl is not enabled by default with "nodistro". Make sure that layer
comaptibility check does not fail due to this. Fixes:

| ERROR: Nothing PROVIDES 'intel-media-driver' (but
/openembedded-core/meta-intel/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb
DEPENDS on or otherwise requires it)
intel-media-driver was skipped: missing required distro feature
'opengl' (not in DISTRO_FEATURES)

Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
This commit is contained in:
Yogesh Tyagi 2025-11-04 00:02:00 +08:00
parent 5c653790aa
commit 14f233ab41

View File

@ -26,7 +26,10 @@ FILES:${PN} += " \
${libdir}/libmfx-gen/enctools.so \
"
inherit cmake
inherit cmake features_check
REQUIRED_DISTRO_FEATURES = "opengl"
RREPLACES:${PN} = "onevpl-intel-gpu"
RCONFLICTS:${PN} = "onevpl-intel-gpu"