All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] cri-o: Disable for all mips machines
@ 2019-11-25  6:55 hongxu
  2019-11-25 21:05 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: hongxu @ 2019-11-25  6:55 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

Since commit [a092153 containerd: Disable for all mips machines] applied,
and the cri-o runtime depends `virtual/containerd', it should do the same
thing to disable for all mips machines

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 recipes-containers/cri-o/cri-o_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 34276f4..8d754ec 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -164,3 +164,4 @@ INSANE_SKIP_${PN} += "ldflags already-stripped"
 
 deltask compile_ptest_base
 
+COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25  6:55 [meta-virtualization][PATCH] cri-o: Disable for all mips machines hongxu
2019-11-25 21:05 ` 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.