summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2022-11-22 16:42:15 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-23 10:49:13 +0800
commit2c58fe0867f8ca895ec43a9b8855323b7331e8d9 (patch)
tree074bfaa04435f47316824d74b79ce5bd7b14b964 /conf
parent555a2f97f39dd67966bb8a206073d5bce6037223 (diff)
downloadmeta-intel-2c58fe0867f8ca895ec43a9b8855323b7331e8d9.tar.gz
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 <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
-rw-r--r--conf/noniccable.conf54
2 files changed, 0 insertions, 57 deletions
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"
41PREFERRED_PROVIDER_libva-utils ?= "libva-utils" 41PREFERRED_PROVIDER_libva-utils ?= "libva-utils"
42PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native" 42PREFERRED_PROVIDER_libva-utils-native ?= "libva-utils-native"
43PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils" 43PREFERRED_PROVIDER_nativesdk-libva-utils ?= "nativesdk-libva-utils"
44
45# Do not include icc in SDK unless user wants to.
46ICCSDK ??= "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 @@
1# Per package toolchain configuration
2# specify the icc build package here:
3
4#force enable the default gcc build for the following packages
5TOOLCHAIN:pn-intel-oneapi-compiler = 'gcc'
6TOOLCHAIN:pn-gcc = "gcc"
7TOOLCHAIN:pn-gcc-cross = "gcc"
8TOOLCHAIN:pn-libgcc-initial = "gcc"
9TOOLCHAIN:pn-libgcc = "gcc"
10TOOLCHAIN:pn-gcc-runtime = "gcc"
11TOOLCHAIN:pn-gcc-sanitizers = "gcc"
12TOOLCHAIN:pn-glibc = "gcc"
13TOOLCHAIN:pn-glibc-initial = "gcc"
14TOOLCHAIN:pn-glibc-locale = "gcc"
15TOOLCHAIN:pn-glibc-mtrace = "gcc"
16TOOLCHAIN:pn-glibc-scripts = "gcc"
17TOOLCHAIN:pn-glibc-testsuite = "gcc"
18TOOLCHAIN:pn-grub = "gcc"
19TOOLCHAIN:pn-grub-efi = "gcc"
20TOOLCHAIN:pn-opkg-utils = "gcc"
21TOOLCHAIN:pn-binutils-cross = "gcc"
22TOOLCHAIN:pn-intel-oneapi-runtime-compilers = "gcc"
23TOOLCHAIN:pn-intel-oneapi-runtime-compilers-native = 'gcc'
24TOOLCHAIN:pn-intel-oneapi-compiler-classic = "gcc"
25
26
27TOOLCHAIN:pn-gnu-efi = 'gcc'
28TOOLCHAIN:pn-libgpg-error = 'gcc'
29TOOLCHAIN:pn-systemd-boot = 'gcc'
30TOOLCHAIN:pn-gdb = 'gcc'
31TOOLCHAIN:pn-zstd = 'gcc'
32TOOLCHAIN:pn-ocl-icd = 'gcc'
33TOOLCHAIN:pn-xz = 'gcc'
34TOOLCHAIN:pn-libffi = 'gcc'
35TOOLCHAIN:pn-libxcrypt = 'gcc'
36TOOLCHAIN:pn-libpcre = 'gcc'
37TOOLCHAIN:pn-icu = 'gcc'
38TOOLCHAIN:pn-curl = 'gcc'
39TOOLCHAIN:pn-python3 = "gcc"
40TOOLCHAIN:pn-syslinux = "gcc"
41TOOLCHAIN:pn-diffutils = "gcc"
42TOOLCHAIN:pn-elfutils = "gcc"
43TOOLCHAIN:pn-gawk = "gcc"
44TOOLCHAIN:pn-coreutils = "gcc"
45TOOLCHAIN:pn-findutils = "gcc"
46TOOLCHAIN:pn-grep = "gcc"
47
48#TODO Fix it
49# ../glib-2.72.3/meson.build:1:0: ERROR: Compiler icpc .... can not compile programs.
50TOOLCHAIN:pn-glib-2.0 = 'gcc'
51
52# do_package_qa: QA Issue: package contains bad RPATH
53TOOLCHAIN:pn-shared-mime-info = 'gcc'
54TOOLCHAIN:pn-gobject-introspection = 'gcc'