qemu-patch-raspberry4/tests/docker
Alex Bennée b7c851b2b8 docker: pass EXECUTABLE to build script
To build a docker image with which needs qemu linux-user emulation we
need to pass --include-executable to the build script. Using the same
mechanism as for other container controls we enable the option is
EXECUTABLE is set on the make command line e.g:

    make docker-image-debian-bootstrap V=1 J=9 DEB_ARCH=armhf \
        DEB_TYPE=stable EXECUTABLE=./arm-linux-user/qemu-arm

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1468934445-32183-11-git-send-email-famz@redhat.com
Signed-off-by: Fam Zheng <famz@redhat.com>
2016-07-20 19:19:43 +08:00
..
dockerfiles tests/docker/dockerfiles: new debian-bootstrap.docker 2016-07-20 19:19:43 +08:00
common.rc tests/docker: make test-full build all targets, not none 2016-06-08 15:19:30 +08:00
docker.py docker: Add "images" subcommand to docker.py 2016-07-20 19:19:43 +08:00
Makefile.include docker: pass EXECUTABLE to build script 2016-07-20 19:19:43 +08:00
run docker: Fix exit code if $CMD failed 2016-07-20 19:19:43 +08:00
test-clang tests/docker: build all targets in test-clang 2016-06-08 15:19:30 +08:00
test-full docker: Add full test 2016-06-01 17:27:35 +08:00
test-mingw docker: Add mingw test 2016-06-01 17:27:35 +08:00
test-quick docker: Add quick test 2016-06-01 17:27:35 +08:00
travis docker: Add travis tool 2016-06-01 17:27:35 +08:00
travis.py docker: Add travis tool 2016-06-01 17:27:35 +08:00