]> git.proxmox.com Git - mirror_qemu.git/commit
docker: pass EXECUTABLE to build script
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 19 Jul 2016 13:20:45 +0000 (21:20 +0800)
committerFam Zheng <famz@redhat.com>
Wed, 20 Jul 2016 11:19:43 +0000 (19:19 +0800)
commitb7c851b2b8fad740c41a827cd6a329990d4c65d9
tree490754075e120d16e8a429bddba5f2f3e61d30de
parentff31e2256d7c984d3c4aa06f38ecd54c5138549d
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>
tests/docker/Makefile.include