From 30167e3bcc3110f9793d1bc1bd21db6ad7905ed2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 19 Mar 2019 17:05:09 +0800 Subject: docker: Set the same COMPATIBLE_HOST as containerd-opencontainers. It depends on virtual/containerd which is provided by containerd-opencontainers, so set the same COMPATIBLE_HOST as the last one. Signed-off-by: Robert Yang Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 19e773b0..fd337147 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -174,3 +174,5 @@ RDEPENDS_${PN}-contrib += "bash" # DO NOT STRIP docker INHIBIT_PACKAGE_STRIP = "1" INSANE_SKIP_${PN} += "ldflags textrel" + +COMPATIBLE_HOST = "^(?!(qemu)?mips).*" -- cgit v1.2.3-54-g00ecf