From ee6810244211e6226cde0d2433e79461ae89b750 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 16 Apr 2020 13:22:17 +0800 Subject: libva-utils-intel: keep upgraded libva-utils version to meta-intel MACHINE specific Make sure that we use the upgraded version of libva-utils only when using MACHINE value from meta-intel. For all other cases, libva-utils from oe-core should be used. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- conf/layer.conf | 4 ++++ conf/machine/include/meta-intel.inc | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 99b6b211..0460930c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -40,3 +40,7 @@ PREFERRED_PROVIDER_nativesdk-zlib ?= "nativesdk-zlib" PREFERRED_PROVIDER_libva ?= "libva" PREFERRED_PROVIDER_libva-native ?= "libva-native" PREFERRED_PROVIDER_nativesdk-libva ?= "nativesdk-libva" + +PREFERRED_PROVIDER_libva-utils ?= "libva-utils" +PREFERRED_PROVIDER_libva-native ?= "libva-utils-native" +PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 6b26125b..47976cde 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -16,6 +16,10 @@ PREFERRED_PROVIDER_libva = "libva-intel" PREFERRED_PROVIDER_libva-native = "libva-intel-native" PREFERRED_PROVIDER_nativesdk-libva = "nativesdk-libva-intel" +PREFERRED_PROVIDER_libva-utils = "libva-utils-intel" +PREFERRED_PROVIDER_libva-native = "libva-utils-intel-native" +PREFERRED_PROVIDER_nativesdk-libva-utils = "nativesdk-libva-utils-intel" + PREFERRED_VERSION_linux-intel ?= "5.4%" PREFERRED_VERSION_linux-intel-rt ?= "5.4%" PREFERRED_VERSION_linux-intel_poky-altcfg ?= "4.19%" -- cgit v1.2.3-54-g00ecf