* [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* Re: [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks
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
0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2026-01-06 19:18 UTC (permalink / raw)
To: dmitry.baryshkov; +Cc: meta-virtualization
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks
2026-01-06 19:18 ` Bruce Ashfield
@ 2026-01-06 19:34 ` Dmitry Baryshkov
2026-02-09 4:49 ` Bruce Ashfield
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-01-06 19:34 UTC (permalink / raw)
To: Bruce Ashfield; +Cc: meta-virtualization
On Tue, 6 Jan 2026 at 21:18, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>
> I might have a try at fixing the relocation issues.
>
> What is the machine you are building for that shows the
> issues ?
it's qcom-armv7a, which has:
DEFAULTTUNE = "cortexa15thf-neon-vfpv4"
require conf/machine/include/arm/armv7a/tune-cortexa15.inc
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-virtualization][PATCH v2] nerdctl: add textrel to the list of skipped QA checks
2026-01-06 19:34 ` Dmitry Baryshkov
@ 2026-02-09 4:49 ` Bruce Ashfield
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2026-02-09 4:49 UTC (permalink / raw)
To: Dmitry Baryshkov; +Cc: meta-virtualization
[-- Attachment #1: Type: text/plain, Size: 795 bytes --]
Chen Qi beat me to the fix:
-buildmode=pie
Fixes it up.
I've queued that change and it will be in the tree shortly.
Bruce
On Tue, Jan 6, 2026 at 2:34 PM Dmitry Baryshkov <
dmitry.baryshkov@oss.qualcomm.com> wrote:
> On Tue, 6 Jan 2026 at 21:18, Bruce Ashfield <bruce.ashfield@gmail.com>
> wrote:
> >
> > I might have a try at fixing the relocation issues.
> >
> > What is the machine you are building for that shows the
> > issues ?
>
> it's qcom-armv7a, which has:
>
> DEFAULTTUNE = "cortexa15thf-neon-vfpv4"
> require conf/machine/include/arm/armv7a/tune-cortexa15.inc
>
>
> --
> With best wishes
> Dmitry
>
--
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
[-- Attachment #2: Type: text/html, Size: 1567 bytes --]
^ permalink raw reply [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.