[meta-virtualization] [PATCH 4/4] cni: mark as incompatible with mips for 0.7.1 version

Chen Qi Qi.Chen at windriver.com
Tue Aug 13 00:51:36 PDT 2019


This version does not build successfully for mips. So mark
it as incompatible to make things clear.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 recipes-networking/cni/cni_0.7.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-networking/cni/cni_0.7.1.bb b/recipes-networking/cni/cni_0.7.1.bb
index 7977040..3af19e2 100644
--- a/recipes-networking/cni/cni_0.7.1.bb
+++ b/recipes-networking/cni/cni_0.7.1.bb
@@ -10,3 +10,4 @@ SRC_URI = "\
         git://github.com/containernetworking/plugins.git;branch=v0.7;destsuffix=plugins;name=plugins \
 	"
 PV = "0.7.1"
+COMPATIBLE_HOST_mips = "null"
-- 
2.17.1



More information about the meta-virtualization mailing list