mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
8d88c35fb9
commit
30167e3bcc
|
@ -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).*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user