mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
36 lines
1015 B
BlitzBasic
36 lines
1015 B
BlitzBasic
SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing"
|
|
DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \
|
|
video decode, encode and filtering on Intel® graphics."
|
|
|
|
HOMEPAGE = "https://github.com/intel/vpl-gpu-rt"
|
|
BUGTRACKER = "https://github.com/intel/vpl-gpu-rt/issues"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b"
|
|
|
|
PE = "1"
|
|
|
|
# Only for 64 bit
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
|
COMPATIBLE_HOST:x86-x32 = "null"
|
|
|
|
DEPENDS += "libdrm libva intel-media-driver libvpl pkgconfig-native"
|
|
RDEPENDS:${PN} += "intel-media-driver"
|
|
|
|
SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;nobranch=1;lfs=0 \
|
|
"
|
|
|
|
SRCREV = "c65990e456acf901597a76b22407232679152547"
|
|
|
|
FILES:${PN} += " \
|
|
${libdir}/libmfx-gen/enctools.so \
|
|
"
|
|
|
|
inherit cmake features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
|
|
RREPLACES:${PN} = "onevpl-intel-gpu"
|
|
RCONFLICTS:${PN} = "onevpl-intel-gpu"
|