Re: linux-kernel-di and powerpc-small

2004-01-22 Thread Sven Luther
On Wed, Jan 21, 2004 at 03:46:54PM -0600, Steve Langasek wrote: On Wed, Jan 21, 2004 at 10:30:06PM +0100, Jeremie Koenig wrote: On Wed, Jan 21, 2004 at 03:25:55PM -0500, Joey Hess wrote: Joey Hess wrote: +elif [ -d modules/$flavour ]; then + modlistdir=modules/$flavour

Re: linux-kernel-di and powerpc-small

2004-01-22 Thread Steve Langasek
On Thu, Jan 22, 2004 at 10:06:07AM +0100, Sven Luther wrote: On Wed, Jan 21, 2004 at 03:46:54PM -0600, Steve Langasek wrote: On Wed, Jan 21, 2004 at 10:30:06PM +0100, Jeremie Koenig wrote: On Wed, Jan 21, 2004 at 03:25:55PM -0500, Joey Hess wrote: Joey Hess wrote: +elif [ -d

Re: linux-kernel-di and powerpc-small

2004-01-22 Thread Sven Luther
On Thu, Jan 22, 2004 at 09:55:40AM -0600, Steve Langasek wrote: On Thu, Jan 22, 2004 at 10:06:07AM +0100, Sven Luther wrote: On Wed, Jan 21, 2004 at 03:46:54PM -0600, Steve Langasek wrote: On Wed, Jan 21, 2004 at 10:30:06PM +0100, Jeremie Koenig wrote: On Wed, Jan 21, 2004 at 03:25:55PM

Re: linux-kernel-di and powerpc-small

2004-01-22 Thread Steve Langasek
On Thu, Jan 22, 2004 at 06:58:49PM +0100, Sven Luther wrote: at all to do with the architecture we're on, and everything to do with the flavor of kernel that was booted -- which is exposed through uname, which is already handled through kernel-installer. And that it can easily be used by

Re: linux-kernel-di and powerpc-small

2004-01-22 Thread Sven Luther
On Thu, Jan 22, 2004 at 12:13:30PM -0600, Steve Langasek wrote: On Thu, Jan 22, 2004 at 06:58:49PM +0100, Sven Luther wrote: at all to do with the architecture we're on, and everything to do with the flavor of kernel that was booted -- which is exposed through uname, which is already

linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
Here is a small patch to linux-kernel-di, to build powerpc-small udebs. Joey, can you commit this and use it in your next upload ? Any idea about when it'll be ? (it's trivial, but since the test cycle is quite long i thought it might help you anyway) And by the way, modules/powerpc/nic-modules

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Joey Hess
Jeremie Koenig wrote: Here is a small patch to linux-kernel-di, to build powerpc-small udebs. Joey, can you commit this and use it in your next upload ? Any idea about when it'll be ? Thans for working that out, I've applied it to cvs, but the upload will wait until after some stuff

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Joey Hess
Joey Hess wrote: +elif [ -d modules/$flavour ]; then + modlistdir=modules/$flavour Looks like this would also allow the i386 xfs kernel to look like this in kernel-versions: i386 2.4.22 xfs ... And use the modules/i386-xfs directory. Steve? Er, no it won't. I suppose the

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Jeremie Koenig
On Wed, Jan 21, 2004 at 03:25:55PM -0500, Joey Hess wrote: Joey Hess wrote: +elif [ -d modules/$flavour ]; then + modlistdir=modules/$flavour Looks like this would also allow the i386 xfs kernel to look like this in kernel-versions: i3862.4.22 xfs ... And use

Re: linux-kernel-di and powerpc-small

2004-01-21 Thread Steve Langasek
On Wed, Jan 21, 2004 at 10:30:06PM +0100, Jeremie Koenig wrote: On Wed, Jan 21, 2004 at 03:25:55PM -0500, Joey Hess wrote: Joey Hess wrote: +elif [ -d modules/$flavour ]; then + modlistdir=modules/$flavour Looks like this would also allow the i386 xfs kernel to look like