From 9ea5bafc89a17675e950a1df2eda517601c62de4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 1 Mar 2023 09:57:05 -0800 Subject: [PATCH] plocate: Ignore textrel QA error Signed-off-by: Khem Raj --- conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index cfea1a8..ff5efe8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -70,6 +70,8 @@ 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" +# ERROR: QA Issue: plocate: ELF binary /usr/bin/plocate has relocations in .text [textrel] +INSANE_SKIP:append:pn-plocate:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel" @@ -111,6 +113,8 @@ 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" +# ERROR: QA Issue: plocate: ELF binary /usr/bin/plocate has relocations in .text [textrel] +INSANE_SKIP:append:pn-plocate:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"