diff options
| author | Yew, Chang Ching <chang.ching.yew@intel.com> | 2021-05-06 23:48:10 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-05-07 15:47:04 +0800 |
| commit | 620a126fb316d6292454c383baceb619bb180366 (patch) | |
| tree | 79dafa17b3031050d47b0414ce56a2eaeed3ff7d | |
| parent | 044d0dfebd41d978aa90f49a8f2c291604516a84 (diff) | |
| download | meta-intel-620a126fb316d6292454c383baceb619bb180366.tar.gz | |
onevpl-intel-gpu: Add recipe
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 <chang.ching.yew@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | conf/include/maintainers.inc | 1 | ||||
| -rw-r--r-- | recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/include/maintainers.inc b/conf/include/maintainers.inc index f98986d1..96e218e9 100644 --- a/conf/include/maintainers.inc +++ b/conf/include/maintainers.inc | |||
| @@ -33,6 +33,7 @@ RECIPE_MAINTAINER_pn-metee = "Naveen Saini <naveen.kumar.saini@intel.com>" | |||
| 33 | RECIPE_MAINTAINER_pn-metrics-discovery = "Naveen Saini <naveen.kumar.saini@intel.com>" | 33 | RECIPE_MAINTAINER_pn-metrics-discovery = "Naveen Saini <naveen.kumar.saini@intel.com>" |
| 34 | RECIPE_MAINTAINER_pn-onednn = "Naveen Saini <naveen.kumar.saini@intel.com>" | 34 | RECIPE_MAINTAINER_pn-onednn = "Naveen Saini <naveen.kumar.saini@intel.com>" |
| 35 | RECIPE_MAINTAINER_pn-onevpl = "Naveen Saini <naveen.kumar.saini@intel.com>" | 35 | RECIPE_MAINTAINER_pn-onevpl = "Naveen Saini <naveen.kumar.saini@intel.com>" |
| 36 | RECIPE_MAINTAINER_pn-onevpl-intel-gpu = "Yew Chang Ching <chang.ching.yew@intel.com>" | ||
| 36 | RECIPE_MAINTAINER_pn-open-model-zoo = "Anuj Mittal <anuj.mittal@intel.com>" | 37 | RECIPE_MAINTAINER_pn-open-model-zoo = "Anuj Mittal <anuj.mittal@intel.com>" |
| 37 | RECIPE_MAINTAINER_pn-opencl-clang = "Naveen Saini <naveen.kumar.saini@intel.com>" | 38 | RECIPE_MAINTAINER_pn-opencl-clang = "Naveen Saini <naveen.kumar.saini@intel.com>" |
| 38 | RECIPE_MAINTAINER_pn-openvino-inference-engine = "Anuj Mittal <anuj.mittal@intel.com>" | 39 | RECIPE_MAINTAINER_pn-openvino-inference-engine = "Anuj Mittal <anuj.mittal@intel.com>" |
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb new file mode 100644 index 00000000..91caf13e --- /dev/null +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_2021.2.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" | ||
| 2 | DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ | ||
| 3 | video decode, encode and filtering on Intel® graphics." | ||
| 4 | |||
| 5 | HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" | ||
| 6 | BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" | ||
| 10 | |||
| 11 | # Only for 64 bit | ||
| 12 | COMPATIBLE_HOST = '(x86_64).*-linux' | ||
| 13 | COMPATIBLE_HOST_x86-x32 = "null" | ||
| 14 | |||
| 15 | DEPENDS += "libdrm libva intel-media-driver onevpl" | ||
| 16 | |||
| 17 | SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5" | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit cmake | ||
