Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-03-01 Thread Alex Bennée
Fam Zheng writes: > On Tue, 03/01 09:52, Alex Bennée wrote: >> >> Fam Zheng writes: >> >> > On Mon, 02/29 17:18, Alex Bennée wrote: >> >> >> >> Fam Zheng writes: >> >> >> >> > Signed-off-by: Fam Zheng >> >> >> >> I think we need to include the dtc libs in here unless we need to ship >> >> all

Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-03-01 Thread Fam Zheng
On Tue, 03/01 09:52, Alex Bennée wrote: > > Fam Zheng writes: > > > On Mon, 02/29 17:18, Alex Bennée wrote: > >> > >> Fam Zheng writes: > >> > >> > Signed-off-by: Fam Zheng > >> > >> I think we need to include the dtc libs in here unless we need to ship > >> all submodules in the tree as well.

Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-03-01 Thread Alex Bennée
Fam Zheng writes: > On Mon, 02/29 17:18, Alex Bennée wrote: >> >> Fam Zheng writes: >> >> > Signed-off-by: Fam Zheng >> >> I think we need to include the dtc libs in here unless we need to ship >> all submodules in the tree as well. > > OK, will take a look. > >> >> Is there a way to get a pla

Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-02-29 Thread Fam Zheng
On Mon, 02/29 17:18, Alex Bennée wrote: > > Fam Zheng writes: > > > Signed-off-by: Fam Zheng > > I think we need to include the dtc libs in here unless we need to ship > all submodules in the tree as well. OK, will take a look. > > Is there a way to get a plain install shell? PAUSE=1 on the

Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-02-29 Thread Alex Bennée
Fam Zheng writes: > Signed-off-by: Fam Zheng I think we need to include the dtc libs in here unless we need to ship all submodules in the tree as well. Is there a way to get a plain install shell? PAUSE=1 on the test shells doesn't seem to allow me to install anything. > --- > tests/docker/

[Qemu-devel] [PATCH v2 03/15] docker: Add images

2016-02-16 Thread Fam Zheng
Signed-off-by: Fam Zheng --- tests/docker/dockerfiles/centos6.docker | 5 + tests/docker/dockerfiles/fedora.docker | 7 +++ tests/docker/dockerfiles/ubuntu.docker | 9 + 3 files changed, 21 insertions(+) create mode 100644 tests/docker/dockerfiles/centos6.docker create mode 10