summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-11-25 14:55:58 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-25 16:05:09 -0500
commitde255d6afa49308ac78076258d51a919fd3c8618 (patch)
tree1e02a98e55ec45d976bfec3e3d83e0ccfc65f431 /recipes-containers/cri-o/cri-o_git.bb
parente32dad4ff964d2a2b6b63a1ce310afe6c640f15c (diff)
downloadmeta-virtualization-de255d6afa49308ac78076258d51a919fd3c8618.tar.gz
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 <hongxu.jia@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb1
1 files changed, 1 insertions, 0 deletions
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"
164 164
165deltask compile_ptest_base 165deltask compile_ptest_base
166 166
167COMPATIBLE_HOST = "^(?!(qemu)?mips).*"