summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-03-19 17:05:09 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-03-20 14:42:42 -0400
commit30167e3bcc3110f9793d1bc1bd21db6ad7905ed2 (patch)
tree91959f111fd1c1bb29ac3dcde7fb315df6bb3c91
parent8d88c35fb9f78f13426b754f408aa58a085288d0 (diff)
downloadmeta-virtualization-30167e3bcc3110f9793d1bc1bd21db6ad7905ed2.tar.gz
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 <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 2 insertions, 0 deletions
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"
174# DO NOT STRIP docker 174# DO NOT STRIP docker
175INHIBIT_PACKAGE_STRIP = "1" 175INHIBIT_PACKAGE_STRIP = "1"
176INSANE_SKIP_${PN} += "ldflags textrel" 176INSANE_SKIP_${PN} += "ldflags textrel"
177
178COMPATIBLE_HOST = "^(?!(qemu)?mips).*"