Re: [Qemu-devel] [PATCH for 2.10 v2 5/6] docker: don't install device-tree-compiler build-deps in travis.docker

2017-07-25 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 07/25/2017 10:34 AM, Alex Bennée wrote: >> Installing the device-tree-compiler build-deps is a little extreme. We >> only actually need the binary so include it with the other packages. >> >> Suggested-by: Philippe Mathieu-Daudé >> Signed-off-by: Alex Bennée

Re: [Qemu-devel] [PATCH for 2.10 v2 5/6] docker: don't install device-tree-compiler build-deps in travis.docker

2017-07-25 Thread Philippe Mathieu-Daudé
On 07/25/2017 11:17 AM, Philippe Mathieu-Daudé wrote: before: $ docker images qemu:travis --no-trunc --format="{{.Repository}}:{{.Tag}}\t{{.Size}}" qemu:travis6.16GB after: qemu:travis5.92GB I mis-selected, the correct size this patch applied: qemu:travis 6.03GB not a big

Re: [Qemu-devel] [PATCH for 2.10 v2 5/6] docker: don't install device-tree-compiler build-deps in travis.docker

2017-07-25 Thread Philippe Mathieu-Daudé
On 07/25/2017 10:34 AM, Alex Bennée wrote: Installing the device-tree-compiler build-deps is a little extreme. We only actually need the binary so include it with the other packages. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée before: $ docker images qemu:travis --no-tru

[Qemu-devel] [PATCH for 2.10 v2 5/6] docker: don't install device-tree-compiler build-deps in travis.docker

2017-07-25 Thread Alex Bennée
Installing the device-tree-compiler build-deps is a little extreme. We only actually need the binary so include it with the other packages. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée --- tests/docker/dockerfiles/travis.docker | 3 +-- 1 file changed, 1 insertion(+), 2 delet