All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks
@ 2026-01-06 15:51 Dmitry Baryshkov
  2026-01-06 19:18 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-01-06 15:51 UTC (permalink / raw)
  To: meta-virtualization

On ARMv7 building of nerdctl fails with:

ERROR: QA Issue: nerdctl: ELF binary /usr/bin/nerdctl has relocations in .text [textrel]

Add "textrel" to the skip list.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 recipes-containers/nerdctl/nerdctl_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 8f63b48c7256..bfd7c3af8356 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -88,4 +88,5 @@ do_install() {
 
 INHIBIT_PACKAGE_STRIP = "1"
 INSANE_SKIP:${PN} += "ldflags already-stripped"
+INSANE_SKIP:${PN}:append:arm = " textrel"
 
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-09  4:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-06 15:51 [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks Dmitry Baryshkov
2026-01-06 19:18 ` Bruce Ashfield
2026-01-06 19:34   ` Dmitry Baryshkov
2026-02-09  4:49     ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.