summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).*"