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/machine/include/meta-intel.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 86c94878..460e3eee 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -22,6 +22,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" + XSERVER_X86_ASPEED_AST = "xf86-video-ast \ " -- cgit v1.2.3-54-g00ecf