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>
This commit is contained in:
Robert Yang 2019-03-19 17:05:09 +08:00 committed by Bruce Ashfield
parent 8d88c35fb9
commit 30167e3bcc

View File

@ -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).*"