On Tue, 05/31 16:23, Alex Bennée wrote:
> >> +def _find_user_binary(binary_name):
> >> +""" Find a binary in the QEMU source tree. Used for finding
> >> qemu-$arch."""
> >> +top = os.path.abspath("%s/../../.." % sys.argv[0])
> >
> > What if this is an out of tree build?
>
> Yes I kinda av
Fam Zheng writes:
> On Thu, 05/26 15:27, Alex Bennée wrote:
>> When passed the name of a qemu-$arch binary we copy it and any linked
>> libraries into the docker build context. These can then be included by a
>> dockerfile with the line:
>>
>> # Copy all of context into container
>> ADD . /
On Thu, 05/26 15:27, Alex Bennée wrote:
> When passed the name of a qemu-$arch binary we copy it and any linked
> libraries into the docker build context. These can then be included by a
> dockerfile with the line:
>
> # Copy all of context into container
> ADD . /
>
> Signed-off-by: Alex Ben
When passed the name of a qemu-$arch binary we copy it and any linked
libraries into the docker build context. These can then be included by a
dockerfile with the line:
# Copy all of context into container
ADD . /
Signed-off-by: Alex Bennée
---
tests/docker/docker.py | 58 ++