From de255d6afa49308ac78076258d51a919fd3c8618 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 25 Nov 2019 14:55:58 +0800 Subject: cri-o: Disable for all mips machines 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 Signed-off-by: Bruce Ashfield --- 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 34276f4e..8d754ecd 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).*" -- cgit v1.2.3-54-g00ecf