From db2c685a62fb9b0512da4ce8fdd4d606ecd021fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Mar 2023 09:55:39 -0800 Subject: [PATCH] systemd: Ignore textrel QA errors Signed-off-by: Khem Raj --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 087c056..cfea1a8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -67,6 +67,9 @@ INSANE_SKIP:append:pn-libnl:riscv64 = " textrel" INSANE_SKIP:append:pn-vulkan-cts:riscv64 = " textrel" # ERROR: QA Issue: pcsc-lite: ELF binary /usr/sbin/pcscd has relocations in .text [textrel] INSANE_SKIP:append:pn-pcsc-lite:riscv64 = " textrel" +# ELF binary /usr/lib/systemd/systemd-coredump has relocations in .text +# ELF binary /usr/bin/journalctl has relocations in .text [textrel] +INSANE_SKIP:append:pn-systemd:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel" @@ -105,6 +108,9 @@ INSANE_SKIP:append:pn-libnl:riscv32 = " textrel" INSANE_SKIP:append:pn-vulkan-cts:riscv32 = " textrel" # ERROR: QA Issue: pcsc-lite: ELF binary /usr/sbin/pcscd has relocations in .text [textrel] INSANE_SKIP:append:pn-pcsc-lite:riscv32 = " textrel" +# ELF binary /usr/lib/systemd/systemd-coredump has relocations in .text +# ELF binary /usr/bin/journalctl has relocations in .text [textrel] +INSANE_SKIP:append:pn-systemd:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"