diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-05-06 13:48:13 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2016-05-06 06:36:00 -0700 |
| commit | 8ec693b6e472a0af87069c31cac961859872c900 (patch) | |
| tree | ee3460d5e4cc28750384c89f0445f6f2182afe7c /conf | |
| parent | 8b9f6773c2a250e2f5e85426066a745bc3e6493e (diff) | |
| download | meta-clang-8ec693b6e472a0af87069c31cac961859872c900.tar.gz | |
Move pinning TOOLCHAIN to a conf file instead of recipes-excluded bbappends
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 4 | ||||
| -rw-r--r-- | conf/nonclangable.conf | 56 |
2 files changed, 58 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 5ef86e4..2834fb4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -13,6 +13,6 @@ BBFILE_PRIORITY_clang-layer = "7" | |||
| 13 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" | 13 | PREFERRED_PROVIDER_libgcc-initial = "libgcc-initial" |
| 14 | PREFERRED_PROVIDER_libunwind = "llvm-libunwind" | 14 | PREFERRED_PROVIDER_libunwind = "llvm-libunwind" |
| 15 | 15 | ||
| 16 | BB_DANGLINGAPPENDS_WARNONLY = "1" | ||
| 17 | |||
| 18 | INHERIT += "clang" | 16 | INHERIT += "clang" |
| 17 | |||
| 18 | require conf/nonclangable.conf | ||
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf new file mode 100644 index 0000000..f97da4d --- /dev/null +++ b/conf/nonclangable.conf | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | TOOLCHAIN_pn-aspell = "gcc" | ||
| 2 | TOOLCHAIN_pn-binutils = "gcc" | ||
| 3 | TOOLCHAIN_pn-binutils-cross-${TARGET_ARCH} = "gcc" | ||
| 4 | TOOLCHAIN_pn-binutils-cross-canadian-${TARGET_ARCH} = "gcc" | ||
| 5 | TOOLCHAIN_pn-binutils-crosssdk-${SDK_ARCH} = "gcc" | ||
| 6 | TOOLCHAIN_pn-busybox = "gcc" | ||
| 7 | TOOLCHAIN_pn-cairo = "gcc" | ||
| 8 | TOOLCHAIN_pn-clang_class-native = "gcc" | ||
| 9 | TOOLCHAIN_pn-clang-cross-${TARGET_ARCH} = "gcc" | ||
| 10 | TOOLCHAIN_pn-cross-localedef-native = "gcc" | ||
| 11 | TOOLCHAIN_pn-cpufrequtils = "gcc" | ||
| 12 | TOOLCHAIN_pn-dtc = "gcc" | ||
| 13 | TOOLCHAIN_pn-elfutils = "gcc" | ||
| 14 | TOOLCHAIN_pn-gcc = "gcc" | ||
| 15 | TOOLCHAIN_pn-gcc-cross-${TARGET_ARCH} = "gcc" | ||
| 16 | TOOLCHAIN_pn-gcc-cross-canadian-${TARGET_ARCH} = "gcc" | ||
| 17 | TOOLCHAIN_pn-gcc-cross-initial-${TARGET_ARCH} = "gcc" | ||
| 18 | TOOLCHAIN_pn-gcc-crosssdk-${SDK_ARCH} = "gcc" | ||
| 19 | TOOLCHAIN_pn-gcc-crosssdk-initial-${SDK_ARCH} = "gcc" | ||
| 20 | TOOLCHAIN_pn-gcc-runtime = "gcc" | ||
| 21 | TOOLCHAIN_pn-gcc-sanitizers = "gcc" | ||
| 22 | TOOLCHAIN_pn-gcc-source-${TARGET_ARCH} = "gcc" | ||
| 23 | TOOLCHAIN_pn-gdb-cross-${TARGET_ARCH} = "gcc" | ||
| 24 | TOOLCHAIN_pn-glibc = "gcc" | ||
| 25 | TOOLCHAIN_pn-glibc-initial = "gcc" | ||
| 26 | TOOLCHAIN_pn-glibc-locale = "gcc" | ||
| 27 | TOOLCHAIN_pn-glibc-mtrace = "gcc" | ||
| 28 | TOOLCHAIN_pn-glibc-scripts = "gcc" | ||
| 29 | TOOLCHAIN_pn-gnu-efi = "gcc" | ||
| 30 | TOOLCHAIN_pn-grub = "gcc" | ||
| 31 | TOOLCHAIN_pn-grub-efi = "gcc" | ||
| 32 | TOOLCHAIN_pn-gummiboot = "gcc" | ||
| 33 | TOOLCHAIN_pn-ldconfig-native = "gcc" | ||
| 34 | TOOLCHAIN_pn-libgcc = "gcc" | ||
| 35 | TOOLCHAIN_pn-libgcc-initial = "gcc" | ||
| 36 | TOOLCHAIN_pn-libgfortran = "gcc" | ||
| 37 | TOOLCHAIN_pn-libtool = "gcc" | ||
| 38 | TOOLCHAIN_pn-libvorbis = "gcc" | ||
| 39 | TOOLCHAIN_pn-mtools = "gcc" | ||
| 40 | TOOLCHAIN_pn-openssl = "gcc" | ||
| 41 | TOOLCHAIN_pn-perf.bbappend = "gcc" | ||
| 42 | TOOLCHAIN_pn-piglit = "gcc" | ||
| 43 | TOOLCHAIN_pn-pixman = "gcc" | ||
| 44 | TOOLCHAIN_pn-prelink = "gcc" | ||
| 45 | TOOLCHAIN_pn-pulseaudio = "gcc" | ||
| 46 | TOOLCHAIN_pn-python-numpy = "gcc" | ||
| 47 | TOOLCHAIN_pn-rpm = "gcc" | ||
| 48 | TOOLCHAIN_pn-syslinux = "gcc" | ||
| 49 | TOOLCHAIN_pn-systemtap = "gcc" | ||
| 50 | TOOLCHAIN_pn-tcp-wrappers = "gcc" | ||
| 51 | TOOLCHAIN_pn-uclibc = "gcc" | ||
| 52 | TOOLCHAIN_pn-uclibc-initial = "gcc" | ||
| 53 | TOOLCHAIN_pn-valgrind = "gcc" | ||
| 54 | TOOLCHAIN_pn-zlib = "gcc" | ||
| 55 | |||
| 56 | CFLAGS_append_pn-liboil_toolchain-clang_x86-64 = " -fheinous-gnu-extensions " | ||
