For some reason kernel-selftest has started blowing up with QA errors related to ELF relocations:
ERROR: QA Issue: kernel-selftest: ELF binary /usr/kernel-selftest/arm64/fake_sigreturn_duplicated_fpsimd has relocations in .text [textrel] ... ERROR: QA Issue: kernel-selftest: ELF binary /usr/kernel-selftest/arm64/za_no_regs has relocations in .text [textrel] Simple solution is just to turn off the textrel QA check. Signed-off-by: Ryan Eatmon <[email protected]> --- .../recipes-kernel/kernel-selftest/kernel-selftest-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc index e67cd860..df5ff68d 100644 --- a/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc +++ b/meta-arago-test/recipes-kernel/kernel-selftest/kernel-selftest-ti.inc @@ -46,4 +46,4 @@ TEST_LIST += "\ watchdog \ " -INSANE_SKIP:${PN} += "staticdev" +INSANE_SKIP:${PN} += "staticdev textrel" -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17152): https://lists.yoctoproject.org/g/meta-arago/message/17152 Mute This Topic: https://lists.yoctoproject.org/mt/118002272/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
