Re: [RFC 1/1] tools: Dockerfile for armv7

2022-11-10 Thread Tom Rini
On Thu, Nov 10, 2022 at 01:40:35PM -0700, Simon Glass wrote: > Hi, > > On Fri, 28 Oct 2022 at 13:19, Tom Rini wrote: > > > > On Fri, Oct 28, 2022 at 09:14:13PM +0200, Heinrich Schuchardt wrote: > > > On 10/28/22 21:04, Tom Rini wrote: > > > > On Sun, Oct 16, 2022 at 12:03:30PM +0200, Heinrich Sch

Re: [RFC 1/1] tools: Dockerfile for armv7

2022-11-10 Thread Simon Glass
Hi, On Fri, 28 Oct 2022 at 13:19, Tom Rini wrote: > > On Fri, Oct 28, 2022 at 09:14:13PM +0200, Heinrich Schuchardt wrote: > > On 10/28/22 21:04, Tom Rini wrote: > > > On Sun, Oct 16, 2022 at 12:03:30PM +0200, Heinrich Schuchardt wrote: > > > > On 10/16/22 09:43, Heinrich Schuchardt wrote: > > >

Re: [RFC 1/1] tools: Dockerfile for armv7

2022-10-28 Thread Tom Rini
On Fri, Oct 28, 2022 at 09:14:13PM +0200, Heinrich Schuchardt wrote: > On 10/28/22 21:04, Tom Rini wrote: > > On Sun, Oct 16, 2022 at 12:03:30PM +0200, Heinrich Schuchardt wrote: > > > On 10/16/22 09:43, Heinrich Schuchardt wrote: > > > > Provide an armv7 docker environment to build and test the sa

Re: [RFC 1/1] tools: Dockerfile for armv7

2022-10-28 Thread Heinrich Schuchardt
On 10/28/22 21:04, Tom Rini wrote: On Sun, Oct 16, 2022 at 12:03:30PM +0200, Heinrich Schuchardt wrote: On 10/16/22 09:43, Heinrich Schuchardt wrote: Provide an armv7 docker environment to build and test the sandbox. Signed-off-by: Heinrich Schuchardt --- I have been discussing with Simon, if

Re: [RFC 1/1] tools: Dockerfile for armv7

2022-10-28 Thread Tom Rini
On Sun, Oct 16, 2022 at 12:03:30PM +0200, Heinrich Schuchardt wrote: > On 10/16/22 09:43, Heinrich Schuchardt wrote: > > Provide an armv7 docker environment to build and test the sandbox. > > > > Signed-off-by: Heinrich Schuchardt > > --- > > I have been discussing with Simon, if we can test sandb

Re: [RFC 1/1] tools: Dockerfile for armv7

2022-10-16 Thread Heinrich Schuchardt
On 10/16/22 09:43, Heinrich Schuchardt wrote: Provide an armv7 docker environment to build and test the sandbox. Signed-off-by: Heinrich Schuchardt --- I have been discussing with Simon, if we can test sandbox_defconfig build on arm in a docker container. This RFC is just a small step on the pat

[RFC 1/1] tools: Dockerfile for armv7

2022-10-16 Thread Heinrich Schuchardt
Provide an armv7 docker environment to build and test the sandbox. Signed-off-by: Heinrich Schuchardt --- I have been discussing with Simon, if we can test sandbox_defconfig build on arm in a docker container. This RFC is just a small step on the path to it. --- tools/docker.arm/Dockerfile | 104