Home
last modified time | relevance | path

Searched hist:"8480517 d4cd33627f7edd3a18829ddd11550a0f3" (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/docker/
H A Ddocker.py8480517d4cd33627f7edd3a18829ddd11550a0f3 Tue Sep 03 09:33:39 UTC 2019 Alex Bennée <alex.bennee@linaro.org> configure: clean-up container cross compile detect

The introduction of podman support inadvertently broke configure's
detect of the container support as the configure probe didn't specify
an engine type. To fix this in docker.py:

- only (re)set USE_ENGINE if --engine is specified
- enhance the output so docker is no longer just yes

In the configure script we can at least start cleaning up the
detecting and naming of variables. To avoid too much churn the
conversion of the various make DOCKER_foo variables has been left for
future clean-ups.

Fixes: 9459f754134b
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: David Hildenbrand <david@redhat.com>
/qemu/
H A Dconfigure8480517d4cd33627f7edd3a18829ddd11550a0f3 Tue Sep 03 09:33:39 UTC 2019 Alex Bennée <alex.bennee@linaro.org> configure: clean-up container cross compile detect

The introduction of podman support inadvertently broke configure's
detect of the container support as the configure probe didn't specify
an engine type. To fix this in docker.py:

- only (re)set USE_ENGINE if --engine is specified
- enhance the output so docker is no longer just yes

In the configure script we can at least start cleaning up the
detecting and naming of variables. To avoid too much churn the
conversion of the various make DOCKER_foo variables has been left for
future clean-ups.

Fixes: 9459f754134b
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: David Hildenbrand <david@redhat.com>