broken vexpress_defconfig (was Re: Organizing Config Fragments)

2013-08-19 Thread Fathi Boudra
On 1 August 2013 20:46, Jon Medhurst (Tixy) wrote: > On Thu, 2013-08-01 at 17:40 +0100, Peter Maydell wrote: >> On 1 August 2013 09:30, Ryan Harkin wrote: >> > The vexpress defconfig has always been broken. >> >> ...maybe we could fix it? > > It has been suggested that should be deleted as people

Re: Organizing Config Fragments

2013-08-02 Thread Peter Maydell
On 2 August 2013 01:14, Andy Green wrote: > On 2 August 2013 07:38, Peter Maydell wrote: >> x86 manages to do much better here because the "everything >> looks like a PC" effect means it's much easier for the kernel >> to produce output to serial or video very early. It's much >> easier to config

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 2 August 2013 07:38, Peter Maydell wrote: > On 2 August 2013 00:26, Andy Green wrote: >> On 2 August 2013 01:46, Jon Medhurst (Tixy) wrote: >>> with vexpress we have the added complication thrown into the mix that >>> people use it a lot with QEMU ;-) >> >> ...if there's something special nee

Re: Organizing Config Fragments

2013-08-01 Thread Peter Maydell
On 2 August 2013 00:26, Andy Green wrote: > On 2 August 2013 01:46, Jon Medhurst (Tixy) wrote: >> with vexpress we have the added complication thrown into the mix that >> people use it a lot with QEMU ;-) > > ...if there's something special needed for QEMU, maybe the fragments > are the right ans

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 2 August 2013 01:46, Jon Medhurst (Tixy) wrote: > On Thu, 2013-08-01 at 17:40 +0100, Peter Maydell wrote: >> On 1 August 2013 09:30, Ryan Harkin wrote: >> > The vexpress defconfig has always been broken. >> >> ...maybe we could fix it? > > It has been suggested that should be deleted as people

Re: Organizing Config Fragments

2013-08-01 Thread Ryan Harkin
On 1 August 2013 18:46, Jon Medhurst (Tixy) wrote: > On Thu, 2013-08-01 at 17:40 +0100, Peter Maydell wrote: >> On 1 August 2013 09:30, Ryan Harkin wrote: >> > The vexpress defconfig has always been broken. >> >> ...maybe we could fix it? Not that we've had this conversation many times before, b

Re: Organizing Config Fragments

2013-08-01 Thread Jon Medhurst (Tixy)
On Thu, 2013-08-01 at 17:40 +0100, Peter Maydell wrote: > On 1 August 2013 09:30, Ryan Harkin wrote: > > The vexpress defconfig has always been broken. > > ...maybe we could fix it? It has been suggested that should be deleted as people can use the multiplatform defconfig (though I believe that

Re: Organizing Config Fragments

2013-08-01 Thread Peter Maydell
On 1 August 2013 09:30, Ryan Harkin wrote: > The vexpress defconfig has always been broken. ...maybe we could fix it? -- PMM ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Organizing Config Fragments

2013-08-01 Thread John Stultz
On 08/01/2013 01:30 AM, Ryan Harkin wrote: Historically, the main reason for us creating the frags was because of the platforms (eg, Ubuntu) adding lots of config options that weren't in the defconfig. The vexpress defconfig has always been broken. But over-riding the defconfig with Ubuntu/Andr

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 1 August 2013 16:30, Ryan Harkin wrote: > On 1 August 2013 07:57, Andy Green wrote: >> On 1 August 2013 14:11, Viresh Kumar wrote: >>> Hi Andrey, >>> >>> linaro/configs/* is getting bigger and bigger, probably its the right time >>> to >>> organize it better for the future. There can be mult

Re: Organizing Config Fragments

2013-08-01 Thread Ryan Harkin
On 1 August 2013 07:57, Andy Green wrote: > On 1 August 2013 14:11, Viresh Kumar wrote: >> Hi Andrey, >> >> linaro/configs/* is getting bigger and bigger, probably its the right time to >> organize it better for the future. There can be multiple things that we can >> do to avoid confusions of nam

Re: Organizing Config Fragments

2013-08-01 Thread Andy Green
On 1 August 2013 14:11, Viresh Kumar wrote: > Hi Andrey, > > linaro/configs/* is getting bigger and bigger, probably its the right time to > organize it better for the future. There can be multiple things that we can > do to avoid confusions of names but for now probably we can create > separate d

Organizing Config Fragments

2013-07-31 Thread Viresh Kumar
Hi Andrey, linaro/configs/* is getting bigger and bigger, probably its the right time to organize it better for the future. There can be multiple things that we can do to avoid confusions of names but for now probably we can create separate directories for boards, rootfs & kernel fragments? Or som