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 --- conf/noniccable.conf | 54 ---------------------------------------------------- 2 files changed, 57 deletions(-) delete mode 100644 conf/noniccable.conf (limited to '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" diff --git a/conf/noniccable.conf b/conf/noniccable.conf deleted file mode 100644 index ca526160..00000000 --- a/conf/noniccable.conf +++ /dev/null @@ -1,54 +0,0 @@ -# Per package toolchain configuration -# specify the icc build package here: - -#force enable the default gcc build for the following packages -TOOLCHAIN:pn-intel-oneapi-compiler = 'gcc' -TOOLCHAIN:pn-gcc = "gcc" -TOOLCHAIN:pn-gcc-cross = "gcc" -TOOLCHAIN:pn-libgcc-initial = "gcc" -TOOLCHAIN:pn-libgcc = "gcc" -TOOLCHAIN:pn-gcc-runtime = "gcc" -TOOLCHAIN:pn-gcc-sanitizers = "gcc" -TOOLCHAIN:pn-glibc = "gcc" -TOOLCHAIN:pn-glibc-initial = "gcc" -TOOLCHAIN:pn-glibc-locale = "gcc" -TOOLCHAIN:pn-glibc-mtrace = "gcc" -TOOLCHAIN:pn-glibc-scripts = "gcc" -TOOLCHAIN:pn-glibc-testsuite = "gcc" -TOOLCHAIN:pn-grub = "gcc" -TOOLCHAIN:pn-grub-efi = "gcc" -TOOLCHAIN:pn-opkg-utils = "gcc" -TOOLCHAIN:pn-binutils-cross = "gcc" -TOOLCHAIN:pn-intel-oneapi-runtime-compilers = "gcc" -TOOLCHAIN:pn-intel-oneapi-runtime-compilers-native = 'gcc' -TOOLCHAIN:pn-intel-oneapi-compiler-classic = "gcc" - - -TOOLCHAIN:pn-gnu-efi = 'gcc' -TOOLCHAIN:pn-libgpg-error = 'gcc' -TOOLCHAIN:pn-systemd-boot = 'gcc' -TOOLCHAIN:pn-gdb = 'gcc' -TOOLCHAIN:pn-zstd = 'gcc' -TOOLCHAIN:pn-ocl-icd = 'gcc' -TOOLCHAIN:pn-xz = 'gcc' -TOOLCHAIN:pn-libffi = 'gcc' -TOOLCHAIN:pn-libxcrypt = 'gcc' -TOOLCHAIN:pn-libpcre = 'gcc' -TOOLCHAIN:pn-icu = 'gcc' -TOOLCHAIN:pn-curl = 'gcc' -TOOLCHAIN:pn-python3 = "gcc" -TOOLCHAIN:pn-syslinux = "gcc" -TOOLCHAIN:pn-diffutils = "gcc" -TOOLCHAIN:pn-elfutils = "gcc" -TOOLCHAIN:pn-gawk = "gcc" -TOOLCHAIN:pn-coreutils = "gcc" -TOOLCHAIN:pn-findutils = "gcc" -TOOLCHAIN:pn-grep = "gcc" - -#TODO Fix it -# ../glib-2.72.3/meson.build:1:0: ERROR: Compiler icpc .... can not compile programs. -TOOLCHAIN:pn-glib-2.0 = 'gcc' - -# do_package_qa: QA Issue: package contains bad RPATH -TOOLCHAIN:pn-shared-mime-info = 'gcc' -TOOLCHAIN:pn-gobject-introspection = 'gcc' -- cgit v1.2.3-54-g00ecf