From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: dmitry.baryshkov@oss.qualcomm.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks
Date: Tue, 6 Jan 2026 14:18:18 -0500 [thread overview]
Message-ID: <aV1f+h059rYKChfi@gmail.com> (raw)
In-Reply-To: <20260106155158.3714544-1-dmitry.baryshkov@oss.qualcomm.com>
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 <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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9520): https://lists.yoctoproject.org/g/meta-virtualization/message/9520
> Mute This Topic: https://lists.yoctoproject.org/mt/117106963/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2026-01-06 19:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2026-01-06 19:34 ` Dmitry Baryshkov
2026-02-09 4:49 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aV1f+h059rYKChfi@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.