From 9dd9c7319ce9bb0b9b971a3f0a861a4cccaa5843 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 14 Mar 2023 09:22:01 -0700 Subject: [PATCH] procps: Ignore textrel for rv32/rv64 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 ff5efe8..13a1d57 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -72,6 +72,8 @@ INSANE_SKIP:append:pn-pcsc-lite:riscv64 = " 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" +# ERROR: procps-4.0.3-r0 do_package_qa: QA Issue: procps: ELF binary /usr/bin/top.procps has relocations in .text [textrel] +INSANE_SKIP:append:pn-procps:riscv64 = " textrel" INSANE_SKIP:append:pn-xfsdump:riscv32 = " textrel" INSANE_SKIP:append:pn-zabbix:riscv32 = " textrel" @@ -115,6 +117,8 @@ INSANE_SKIP:append:pn-pcsc-lite:riscv32 = " 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" +# ERROR: procps-4.0.3-r0 do_package_qa: QA Issue: procps: ELF binary /usr/bin/top.procps has relocations in .text [textrel] +INSANE_SKIP:append:pn-procps:riscv32 = " textrel" # These recipe dont _yet_ build for rv32 COMPATIBLE_HOST:pn-openh264:riscv32 = "null"