This version does not build successfully for mips. So mark it as incompatible to make things clear.
Signed-off-by: Chen Qi <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
