diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-05-08 19:05:30 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-05-18 11:38:24 +0800 |
| commit | c248917f50595a7dddc00ec0e66cf114e99dc57b (patch) | |
| tree | 02ae835beda4fdf579b86884c593657308ac1013 | |
| parent | bc9973a90d2edb52bb43c3640c980ceb520ca4a9 (diff) | |
| download | meta-intel-c248917f50595a7dddc00ec0e66cf114e99dc57b.tar.gz | |
libva-utils-intel: drop recipe
libva-utils in oe-core moved to latest release, so no need
to carry in meta-intel anymore.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | conf/layer.conf | 4 | ||||
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 4 | ||||
| -rw-r--r-- | recipes-multimedia/libva/libva-utils-intel_2.7.1.bb | 38 |
3 files changed, 0 insertions, 46 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 02581280..e8ddef85 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -35,8 +35,4 @@ PREFERRED_PROVIDER_zlib ?= "zlib" | |||
| 35 | PREFERRED_PROVIDER_zlib-native ?= "zlib-native" | 35 | PREFERRED_PROVIDER_zlib-native ?= "zlib-native" |
| 36 | PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib" | 36 | PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib" |
| 37 | 37 | ||
| 38 | PREFERRED_PROVIDER_libva-utils ?= "libva-utils" | ||
| 39 | PREFERRED_PROVIDER_libva-native ?= "libva-utils-native" | ||
| 40 | PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" | ||
| 41 | |||
| 42 | COMPAT_DISTRO_FEATURE_CHECK = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'zeus', 'distro_features_check', 'features_check', d)}" | 38 | COMPAT_DISTRO_FEATURE_CHECK = "${@bb.utils.contains('LAYERSERIES_CORENAMES', 'zeus', 'distro_features_check', 'features_check', d)}" |
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index ae613f1a..8b03272b 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
| @@ -12,10 +12,6 @@ PREFERRED_PROVIDER_zlib = "zlib-intel" | |||
| 12 | PREFERRED_PROVIDER_zlib-native = "zlib-native" | 12 | PREFERRED_PROVIDER_zlib-native = "zlib-native" |
| 13 | PREFERRED_PROVIDER_nativesdk-zlib = "nativesdk-zlib" | 13 | PREFERRED_PROVIDER_nativesdk-zlib = "nativesdk-zlib" |
| 14 | 14 | ||
| 15 | PREFERRED_PROVIDER_libva-utils = "libva-utils-intel" | ||
| 16 | PREFERRED_PROVIDER_libva-native = "libva-utils-intel-native" | ||
| 17 | PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-utils-intel" | ||
| 18 | |||
| 19 | PREFERRED_VERSION_linux-intel ?= "5.4%" | 15 | PREFERRED_VERSION_linux-intel ?= "5.4%" |
| 20 | PREFERRED_VERSION_linux-intel-rt ?= "5.4%" | 16 | PREFERRED_VERSION_linux-intel-rt ?= "5.4%" |
| 21 | PREFERRED_VERSION_linux-intel_poky-altcfg ?= "5.4%" | 17 | PREFERRED_VERSION_linux-intel_poky-altcfg ?= "5.4%" |
diff --git a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb b/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb deleted file mode 100644 index 137cd866..00000000 --- a/recipes-multimedia/libva/libva-utils-intel_2.7.1.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | # Latest upgrades for media components depend upon libva-utils v2.7.1 | ||
| 2 | # So need this upgrade | ||
| 3 | |||
| 4 | SUMMARY = "libva-utils is a collection of utilities from libva project" | ||
| 5 | |||
| 6 | DESCRIPTION = "libva-utils is a collection of utilities \ | ||
| 7 | and examples to exercise VA-API in accordance with the libva \ | ||
| 8 | project.VA-API is an open-source library and API specification, \ | ||
| 9 | which provides access to graphics hardware acceleration capabilities \ | ||
| 10 | for video processing. It consists of a main library and driver-specific \ | ||
| 11 | acceleration backends for each supported hardware vendor" | ||
| 12 | |||
| 13 | HOMEPAGE = "https://01.org/linuxmedia/vaapi" | ||
| 14 | BUGTRACKER = "https://github.com/intel/libva-utils/issues" | ||
| 15 | |||
| 16 | SECTION = "x11" | ||
| 17 | LICENSE = "MIT" | ||
| 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | ||
| 19 | |||
| 20 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.7-branch" | ||
| 21 | SRCREV = "5a24c635f6fb2b9ac31cab3360afca50e1860812" | ||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
| 25 | |||
| 26 | DEPENDS = "libva" | ||
| 27 | |||
| 28 | inherit meson pkgconfig ${COMPAT_DISTRO_FEATURE_CHECK} | ||
| 29 | |||
| 30 | # depends on libva which requires opengl | ||
| 31 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 32 | |||
| 33 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" | ||
| 34 | PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false,virtual/libx11 libxext libxfixes" | ||
| 35 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false,wayland-native wayland" | ||
| 36 | |||
| 37 | PROVIDES = "libva-utils" | ||
| 38 | RPROVIDES_${PN} += "libva-utils" | ||
