diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-11-25 14:55:58 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-11-25 16:05:09 -0500 |
commit | de255d6afa49308ac78076258d51a919fd3c8618 (patch) | |
tree | 1e02a98e55ec45d976bfec3e3d83e0ccfc65f431 | |
parent | e32dad4ff964d2a2b6b63a1ce310afe6c640f15c (diff) | |
download | meta-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>
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 1 |
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 | ||
165 | deltask compile_ptest_base | 165 | deltask compile_ptest_base |
166 | 166 | ||
167 | COMPATIBLE_HOST = "^(?!(qemu)?mips).*" | ||