summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-05-12 22:52:42 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-03 09:32:13 -0400
commit420cb45082d77c313c1bee0b6cad54b9bd21ed69 (patch)
treeea07ae84fb92862e09bef9bb43ad7207de60ce65 /recipes-containers
parent1004c059c9f866468dcb31e5347549d367823f9f (diff)
downloadmeta-virtualization-420cb45082d77c313c1bee0b6cad54b9bd21ed69.tar.gz
kubernetes: inhibit package QA warning
WARNING: kubernetes-1_v1.23.6+gitfbcfa33018159c033aee77b0d5456df6771aa9b5-r0 do_package_qa: QA Issue: kubernetes-misc: ELF binary /usr/bin/kubectl-convert has relocations in .text [textrel] This textrel is acceptable, so we can inhibit the warning. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/kubernetes/kubernetes_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index 96cae5c6..1b61b21e 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -118,7 +118,7 @@ PACKAGES =+ "kubeadm kubectl kubelet kube-proxy ${PN}-misc ${PN}-host"
118 118
119ALLOW_EMPTY:${PN} = "1" 119ALLOW_EMPTY:${PN} = "1"
120INSANE_SKIP:${PN} += "ldflags already-stripped" 120INSANE_SKIP:${PN} += "ldflags already-stripped"
121INSANE_SKIP:${PN}-misc += "ldflags already-stripped" 121INSANE_SKIP:${PN}-misc += "ldflags already-stripped textrel"
122 122
123# Note: we are explicitly *not* adding docker to the rdepends, since we allow 123# Note: we are explicitly *not* adding docker to the rdepends, since we allow
124# backends like cri-o to be used. 124# backends like cri-o to be used.