docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set
commit27963460694cdaf5ad757d77e5ec35446b4e8f2d
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 12 Jul 2018 09:35:54 +0000 (12 10:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 24 Jul 2018 10:45:25 +0000 (24 11:45 +0100)
tree92132fb8384c41b438a3d0601e0295c815b227da
parentff1a390296ee5a9791d4acf155be0bcf8d922f66
docker: drop QEMU_TARGET check, fallback in EXECUTABLE not set

The addition of QEMU_TARGET was intended to ensure we fall back to
checking for the existence of an image if the build system was not
currently configured to build it. However this breaks the direct use
of the rule for building custom binfmt_misc images. We already check
for EXECUTABLE so let us just use that as a proxy for deciding if we
are just going to check the image exits.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/docker/Makefile.include