Skip to content

Commit 00e3604

Browse files
authored
nerdctl: more workarounds for the package build (qualcomm-linux#128)
Our local workarounds ended up overriwriting INSAKE_SKIP for nerdctl on ARMv7, which in turn caused QA errors which are already handled in meta-virtualization. Use :append instead of extending the INSANE_SKIP.
2 parents 76f29da + 1d04e3a commit 00e3604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipes-containers/nerdctl/nerdctl_%.bbappend

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
INSANE_SKIP:${PN}:arm:qcom-distro += "textrel"
2-
INSANE_SKIP:${PN}:arm:qcom-distro-sota += "textrel"
1+
# Go binaries on ARMv7 are built in a strange way
2+
INSANE_SKIP:${PN}:append:arm:qcom-distro = " textrel"
3+
INSANE_SKIP:${PN}:append:arm:qcom-distro-sota = " textrel"
34

45
# workaround for permissions preventing rm_work to succeed
56
do_rm_work:prepend:qcom-distro() {

0 commit comments

Comments
 (0)