From a03eeb646e654eff3e057d17bb45624524c2ced4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Mar 2020 23:35:32 -0800 Subject: babeltrace2: Do not use clang for now It causes bunch of textrels, which need to be fixed ERROR: babeltrace2-2.0.1-r0 do_package_qa: QA Issue: babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plugin-minimal.so has relocations in .text babeltrace2-ptest: ELF binary /usr/lib/babeltrace2/ptest/tests/lib/test-plugin-plugins/plugin-sfs.so has relocations in .text [textrel] ERROR: babeltrace2-2.0.1-r0 do_package_qa: QA Issue: babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so has relocations in .text babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-utils.so has relocations in .text babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so has relocations in .text [textrel] Signed-off-by: Khem Raj --- conf/nonclangable.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6ab2878..bf09a38 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -1,3 +1,5 @@ +#babeltrace2: ELF binary /usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so has relocations in .text [textrel] +TOOLCHAIN_pn-babeltrace2 = "gcc" TOOLCHAIN_pn-u-boot = "gcc" TOOLCHAIN_pn-cpufrequtils = "gcc" # crash embeds version of gdb which is not buildable with clang -- cgit v1.2.3-54-g00ecf