Explorar el Código

layer.conf: Ignore textrel for few more recipes

The real issue is in binutils/ld inserting R_RISCV_NONE which is then
caught by textrel checker, there are binutils bugs to address this
[1] [2]

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=24676
[2] https://sourceware.org/bugzilla/show_bug.cgi?id=24673

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj hace 4 años
padre
commit
1950ff1ca4
Se han modificado 1 ficheros con 34 adiciones y 5 borrados
  1. 34 5
      conf/layer.conf

+ 34 - 5
conf/layer.conf

@@ -21,8 +21,37 @@ BBFILES_DYNAMIC += " \
 
 LAYERSERIES_COMPAT_riscv-layer = "warrior zeus dunfell"
 
-INSANE_SKIP_${MLPREFIX}eudev_riscv64 = "textrel"
-INSANE_SKIP_${MLPREFIX}gdb_riscv64 = "textrel"
-INSANE_SKIP_${MLPREFIX}perf_riscv64 = "textrel"
-INSANE_SKIP_${MLPREFIX}qtbase_riscv64 = "textrel"
-INSANE_SKIP_${MLPREFIX}qtbase-tools_riscv64 = "textrel"
+INSANE_SKIP_append_pn-eudev_riscv64 = " textrel"
+INSANE_SKIP_append_pn-gdb_riscv64 = " textrel"
+INSANE_SKIP_append_pn-perf_riscv64 = " textrel"
+INSANE_SKIP_append_pn-qtbase_riscv64 = " textrel"
+INSANE_SKIP_append_pn-qtbase-tools_riscv64 = " textrel"
+INSANE_SKIP_append_pn-dracut_riscv64 = " textrel"
+INSANE_SKIP_append_pn-qemu_riscv64 = " textrel"
+INSANE_SKIP_append_pn-qemu-ptest_riscv64 = " textrel"
+INSANE_SKIP_append_pn-rt-tests_riscv64 = " textrel"
+INSANE_SKIP_append_pn-tvheadend_riscv64 = " textrel"
+INSANE_SKIP_append_pn-tipcutils_riscv64 = " textrel"
+INSANE_SKIP_append_pn-zabbix_riscv64 = " textrel"
+INSANE_SKIP_append_pn-xfsdump_riscv64 = " textrel"
+INSANE_SKIP_append_pn-capnproto_riscv64 = " textrel"
+INSANE_SKIP_append_pn-monkey_riscv64 = " textrel"
+INSANE_SKIP_append_pn-netdata_riscv64 = " textrel"
+INSANE_SKIP_append_pn-ltp_riscv64 = " textrel"
+INSANE_SKIP_append_pn-opensaf_riscv64 = " textrel"
+INSANE_SKIP_append_pn-rdma-core_riscv64 = " textrel"
+INSANE_SKIP_append_pn-util-linux_riscv64 = " textrel"
+
+INSANE_SKIP_append_pn-xfsdump_riscv32 = " textrel"
+INSANE_SKIP_append_pn-zabbix_riscv32 = " textrel"
+INSANE_SKIP_append_pn-netdata_riscv32 = " textrel"
+INSANE_SKIP_append_pn-tipcutils_riscv32 = " textrel"
+INSANE_SKIP_append_pn-tvheadend_riscv32 = " textrel"
+INSANE_SKIP_append_pn-monkey_riscv32 = " textrel"
+INSANE_SKIP_append_pn-eudev_riscv32 = " textrel"
+INSANE_SKIP_append_pn-dracut_riscv32 = " textrel"
+INSANE_SKIP_append_pn-rt-tests_riscv32 = " textrel"
+INSANE_SKIP_append_pn-gdb_riscv32 = " textrel"
+INSANE_SKIP_append_pn-capnproto_riscv32 = " textrel"
+INSANE_SKIP_append_pn-rdma-core_riscv32 = " textrel"
+INSANE_SKIP_append_pn-util-linux_riscv32 = " textrel"