From 2c58fe0867f8ca895ec43a9b8855323b7331e8d9 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Tue, 22 Nov 2022 16:42:15 +0800 Subject: icc: drop Intel C++ classic compiler support Support for Intel(R) oneAPI DPC++/C++ (icx) compiler is being added. So remove the support for the classic compiler. Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index a226ddcf..77baa827 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -41,6 +41,3 @@ PREFERRED_PROVIDER_nativesdk-libva ?= "nativesdk-libva" PREFERRED_PROVIDER_libva-utils ?= "libva-utils" PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" - -# Do not include icc in SDK unless user wants to. -ICCSDK ??= "0" -- cgit v1.2.3-54-g00ecf