[meta-arago][master][PATCH] kernel-selftest: Add textrel to INSANE_SKIP
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
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