Thanks, I have merged both the oneVPL recipes. Thanks,
Anuj On Thu, 2021-05-06 at 23:48 +0800, Yew, Chang Ching wrote: > 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 | 23 > +++++++++++++++++++ > 2 files changed, 24 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..595bfb6c 100644 > --- a/conf/include/maintainers.inc > +++ b/conf/include/maintainers.inc > @@ -32,6 +32,7 @@ RECIPE_MAINTAINER_pn-lms = "Anuj Mittal > <[email protected]>" > RECIPE_MAINTAINER_pn-metee = "Naveen Saini > <[email protected]>" > RECIPE_MAINTAINER_pn-metrics-discovery = "Naveen Saini > <[email protected]>" > RECIPE_MAINTAINER_pn-onednn = "Naveen Saini > <[email protected]>" > +RECIPE_MAINTAINER_pn-onevpl-intel-gpu = "Yew Chang Ching > <[email protected]>" > RECIPE_MAINTAINER_pn-open-model-zoo = "Anuj Mittal > <[email protected]>" > RECIPE_MAINTAINER_pn-opencl-clang = "Naveen Saini > <[email protected]>" > RECIPE_MAINTAINER_pn-openvino-inference-engine = "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..b783a71a > --- /dev/null > +++ b/recipes-multimedia/onevpl-intel-gpu/onevpl-intel- > gpu_2021.2.3.bb > @@ -0,0 +1,23 @@ > +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" > + > +# Only for 64 bit > +COMPATIBLE_HOST = '(x86_64).*-linux' > +COMPATIBLE_HOST_x86-x32 = "null" > + > +DEPENDS += "libdrm libva intel-media-driver onevpl" > + > +SRC_URI = "git://github.com/oneapi-src/oneVPL-intel- > gpu.git;protocol=https;branch=main \ > + " > + > +SRCREV = "d6b0df4f058166cff31a360b77774f7410667be5" > +S = "${WORKDIR}/git" > + > +inherit cmake > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7033): https://lists.yoctoproject.org/g/meta-intel/message/7033 Mute This Topic: https://lists.yoctoproject.org/mt/82633884/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
