diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-21 14:10:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-08-21 14:10:40 -0700 |
commit | 9a071b90b445b0459f320bdfb865a742f95997f0 (patch) | |
tree | 018d949f1c9126957cb4c4161a7670091ea35ed5 | |
parent | 1b0f5de3b3137509a7c60d372c5e58782144ac57 (diff) | |
download | meta-clang-9a071b90b445b0459f320bdfb865a742f95997f0.tar.gz |
nonclangable: Add bbappend to disable clang
This is subset of recipes which encountered during core-image-minimal
are not _yet_ compilable using clang, so we enable gcc to build them
Signed-off-by: Khem Raj <raj.khem@gmail.com>
37 files changed, 73 insertions, 0 deletions
diff --git a/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend b/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/binutils-cross-canadian_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/binutils-cross_%.bbappend b/recipes-excluded/nonclangable/binutils-cross_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/binutils-cross_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend b/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/binutils-crosssdk_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/binutils_%.bbappend b/recipes-excluded/nonclangable/binutils_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/binutils_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/clang-cross_%.bbappend b/recipes-excluded/nonclangable/clang-cross_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/clang-cross_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/clang_%.bbappend b/recipes-excluded/nonclangable/clang_%.bbappend new file mode 100644 index 0000000..703b5e7 --- /dev/null +++ b/recipes-excluded/nonclangable/clang_%.bbappend | |||
@@ -0,0 +1 @@ | |||
TOOLCHAIN_class-native = "gcc" | |||
diff --git a/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend b/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/cross-localedef-native_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/dtc_%.bbappend b/recipes-excluded/nonclangable/dtc_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/dtc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/elfutils_%.bbappend b/recipes-excluded/nonclangable/elfutils_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/elfutils_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend b/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-cross-canadian_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend b/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-cross-initial_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-cross_%.bbappend b/recipes-excluded/nonclangable/gcc-cross_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-cross_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend b/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-crosssdk-initial_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend b/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-crosssdk_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-runtime_%.bbappend b/recipes-excluded/nonclangable/gcc-runtime_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-runtime_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend b/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-sanitizers_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc-source_%.bbappend b/recipes-excluded/nonclangable/gcc-source_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc-source_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/gcc_%.bbappend b/recipes-excluded/nonclangable/gcc_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/gcc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-initial_%.bbappend b/recipes-excluded/nonclangable/glibc-initial_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/glibc-initial_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-locale_%.bbappend b/recipes-excluded/nonclangable/glibc-locale_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/glibc-locale_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend b/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/glibc-mtrace_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/glibc-scripts_%.bbappend b/recipes-excluded/nonclangable/glibc-scripts_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/glibc-scripts_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/glibc_%.bbappend b/recipes-excluded/nonclangable/glibc_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/glibc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/ldconfig-native_%.bbappend b/recipes-excluded/nonclangable/ldconfig-native_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/ldconfig-native_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/libgcc-initial_%.bbappend b/recipes-excluded/nonclangable/libgcc-initial_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/libgcc-initial_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/libgcc_%.bbappend b/recipes-excluded/nonclangable/libgcc_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/libgcc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/libgfortran_%.bbappend b/recipes-excluded/nonclangable/libgfortran_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/libgfortran_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/libtool_%.bbappend b/recipes-excluded/nonclangable/libtool_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/libtool_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/mtools_%.bbappend b/recipes-excluded/nonclangable/mtools_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/mtools_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/musl_%.bbappend b/recipes-excluded/nonclangable/musl_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/musl_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/openssl_%.bbappend b/recipes-excluded/nonclangable/openssl_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/openssl_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/pixman_%.bbappend b/recipes-excluded/nonclangable/pixman_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/pixman_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/prelink_%.bbappend b/recipes-excluded/nonclangable/prelink_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/prelink_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/rpm_%.bbappend b/recipes-excluded/nonclangable/rpm_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/rpm_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/uclibc-initial_%.bbappend b/recipes-excluded/nonclangable/uclibc-initial_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/uclibc-initial_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/uclibc_%.bbappend b/recipes-excluded/nonclangable/uclibc_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/uclibc_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||
diff --git a/recipes-excluded/nonclangable/zlib_%.bbappend b/recipes-excluded/nonclangable/zlib_%.bbappend new file mode 100644 index 0000000..b0cab1b --- /dev/null +++ b/recipes-excluded/nonclangable/zlib_%.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | TOOLCHAIN = "gcc" | ||
2 | |||