From 70d3ae20a27c1708c15cc8f992b3af7310b26013 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 7 Oct 2020 15:57:12 +0800 Subject: libva-intel-utils: add recipe We need a later version of libva than what is available in oe-core for the media components. Create our own copy of the recipe and include it only when someone has included one of meta-intel MACHINEs. Signed-off-by: Anuj Mittal --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 6e9d86e8..6b379a6c 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" -- cgit v1.2.3-54-g00ecf