I might have a try at fixing the relocation issues. What is the machine you are building for that shows the issues ?
Bruce In message: [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks on 06/01/2026 Dmitry Baryshkov via lists.yoctoproject.org wrote: > 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 <[email protected]> > --- > 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 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9521): https://lists.yoctoproject.org/g/meta-virtualization/message/9521 Mute This Topic: https://lists.yoctoproject.org/mt/117106963/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
