docker: add special rule for deboostrapped images
commitdc338fdb07cf92b102c5ecfb4a4c259229404139
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 29 Jun 2018 16:57:57 +0000 (29 17:57 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Jul 2018 14:59:41 +0000 (5 15:59 +0100)
treedd5a2def95b0ca1af3a9de14d964d0e30727bff2
parent547cb45ea309dfdbaa8395dcc4c6330899118e56
docker: add special rule for deboostrapped images

We might as well have a custom rule for this. For one thing the
dependencies are different. As the primary dependency for
docker-image-% could never be docker-image-debian-bootstrap we can
drop that test in the main rule as well.

Missing EXECUTABLE, DEB_ARCH and DEB_TYPE are treated as hard faults
now. We also error out if the EXECUTABLE file isn't there. We should
really do this with a dependency on any source rules but currently
subdir-FOO-linux-user isn't enough on a clean build.

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