Kaynağa Gözat

cmocka: Ignore textrels

There are texrels in tests
ERROR: QA Issue: cmocka-ptest: ELF binary /usr/lib/cmocka/ptest/tests/test_strmatch has relocations in .text
cmocka-ptest: ELF binary /usr/lib/cmocka/ptest/tests/test_strmatch has relocations in .text [textrel]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 3 yıl önce
ebeveyn
işleme
d9b1569703
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      conf/layer.conf

+ 2 - 0
conf/layer.conf

@@ -19,6 +19,7 @@ BBFILES_DYNAMIC += " \
 
 LAYERSERIES_COMPAT_riscv-layer = "warrior zeus dunfell"
 
+INSANE_SKIP_append_pn-cmocka_riscv64 = " textrel"
 INSANE_SKIP_append_pn-eudev_riscv64 = " textrel"
 INSANE_SKIP_append_pn-gdb_riscv64 = " textrel"
 INSANE_SKIP_append_pn-perf_riscv64 = " textrel"
@@ -41,6 +42,7 @@ INSANE_SKIP_append_pn-rdma-core_riscv64 = " textrel"
 INSANE_SKIP_append_pn-util-linux_riscv64 = " textrel"
 INSANE_SKIP_append_pn-doxygen_riscv64 = " textrel"
 
+INSANE_SKIP_append_pn-cmocka_riscv32 = " textrel"
 INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel"
 INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"
 INSANE_SKIP_append_pn-netdata_riscv32 = " textrel"