Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-28 Thread Grant Likely
On Mon, Jul 28, 2008 at 11:34:35AM -0500, T Ziomek wrote: > On Sat, Jul 26, 2008 at 01:53:57PM -0400, Grant Likely wrote: > . . . > > Come to think of it, I'd support just removing the zImage symlink > > entirely to eliminate confusion so that everyone knows that 'make > > zImage' is the 'make all

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-28 Thread T Ziomek
On Sat, Jul 26, 2008 at 01:53:57PM -0400, Grant Likely wrote: . . . > Come to think of it, I'd support just removing the zImage symlink > entirely to eliminate confusion so that everyone knows that 'make > zImage' is the 'make all' for default image targets. That ("zImage" means all default image

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-26 Thread Grant Likely
On Sat, Jul 26, 2008 at 1:20 PM, Milton Miller <[EMAIL PROTECTED]> wrote: > On Jul 25, 2008, at 11:55 PM, Grant Likely wrote: >> >> On Thu, Jul 24, 2008 at 9:08 PM, Milton Miller <[EMAIL PROTECTED]> wrote: Add support for powerpc builds in the buildtar script, to include a few defaul

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-26 Thread Milton Miller
On Jul 25, 2008, at 11:55 PM, Grant Likely wrote: On Thu, Jul 24, 2008 at 9:08 PM, Milton Miller <[EMAIL PROTECTED]> wrote: Add support for powerpc builds in the buildtar script, to include a few default images. --- RFC: any requests for more/less boot images? .. + for img in zImag

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-25 Thread Grant Likely
On Thu, Jul 24, 2008 at 9:08 PM, Milton Miller <[EMAIL PROTECTED]> wrote: > >> Currently, tarball builds for powerpc kernels don't have any boot >> images (other than vmlinux) present. >> >> Add support for powerpc builds in the buildtar script, to include >> a few default images. >> >> Signed-off-

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-25 Thread Milton Miller
On Jul 24, 2008, at 8:11 PM, Jeremy Kerr wrote: Milton, Yes. How about all dtbImage, zImage, cuboot, treeboot, etc that are newer than vmlinux? The existing arch code doesn't do any checks for timestamps, perhaps this would be better implemented as an arch-independent change? The problem

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-24 Thread Jeremy Kerr
Milton, > Yes. How about all dtbImage, zImage, cuboot, treeboot, etc > that are newer than vmlinux? The existing arch code doesn't do any checks for timestamps, perhaps this would be better implemented as an arch-independent change? (but would you like me to add treeboot and cuboot?) Cheers,

Re: [RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-24 Thread Milton Miller
> Currently, tarball builds for powerpc kernels don't have any boot > images (other than vmlinux) present. > > Add support for powerpc builds in the buildtar script, to include > a few default images. > > Signed-off-by: Jeremy Kerr > > --- > RFC: any requests for more/less boot images? > .. >

[RFC,PATCH] scripts/package: add powerpc images to tarball

2008-07-24 Thread Jeremy Kerr
Currently, tarball builds for powerpc kernels don't have any boot images (other than vmlinux) present. Add support for powerpc builds in the buildtar script, to include a few default images. Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]> --- RFC: any requests for more/less boot images? --- scr