From: "Yew, Chang Ching" <[email protected]> Intel® oneVPL GPU Runtime provides a plain C API to access hardware-accelerated video decode, encode and filtering on Intel® graphics hardware platforms. GPU Runtime is successor for Intel Media SDK.
Ref: https://github.com/oneapi-src/oneVPL-intel-gpu Signed-off-by: Yew, Chang Ching <[email protected]> --- conf/include/maintainers.inc | 1 + .../onevpl-intel-gpu_2021.2.3.bb | 30 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100755 recipes-multimedia/onevpl-intel-gpu/onevpl-intel-gpu_2021.2.3.bb diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index d1ddcff1..107c0a1b 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc @@ -1,5 +1,6 @@ # This file contains a list of recipe maintainers for meta-intel +RECIPE_MAINTAINER_pn-onevpl-intel-gpu = "Yew Chang Ching <[email protected]>" RECIPE_MAINTAINER_pn-backport-iwlwifi = "Naveen Saini <[email protected]>" RECIPE_MAINTAINER_pn-core-image-rt = "Anuj Mittal <[email protected]>" RECIPE_MAINTAINER_pn-core-image-rt-sdk = "Anuj Mittal <[email protected]>" diff --git a/recipes-multimedia/onevpl-intel-gpu/onevpl-intel-gpu_2021.2.3.bb b/recipes-multimedia/onevpl-intel-gpu/onevpl-intel-gpu_2021.2.3.bb new file mode 100755 index 00000000..cecdba77 --- /dev/null +++ b/recipes-multimedia/onevpl-intel-gpu/onevpl-intel-gpu_2021.2.3.bb @@ -0,0 +1,30 @@ +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/oneapi-src/oneVPL-intel-gpu" +BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" +CVE_DETAILS = "intel:onevpl-intel-gpu" + +# Only for 64 bit +COMPATIBLE_HOST = '(x86_64).*-linux' +COMPATIBLE_HOST_x86-x32 = "null" + +DEPENDS += "libdrm libva intel-media-driver" + +SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main \ + " + +SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5" +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE += "-DAPI=2.3" + +FILES_${PN} += " \ + ${libdir}/* \ + " -- 2.31.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7021): https://lists.yoctoproject.org/g/meta-intel/message/7021 Mute This Topic: https://lists.yoctoproject.org/mt/82599704/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
