Re: Development tree, PLEASE?

From: Dave Jones
Date: Thu Feb 02 2006 - 17:09:07 EST


On Thu, Feb 02, 2006 at 11:05:19PM +0100, Sam Ravnborg wrote:
> On Thu, Feb 02, 2006 at 03:10:08PM -0500, Dave Jones wrote:
> > In the current FC4 2.6.15.2 based update..
> >
> > - 3 convenient 'make the buildsys life easier' patches
> Something I should have a look at?
> A pointer would be fine.

Nothing really amazing.. (I also miscounted -- 4 patches).

-rw-r--r-- 1 davej davej 4613 Dec 15 23:31 linux-2.6-build-nonintconfig.patch

Adds a 'nonintconfig' target that behaves like oldconfig, but doesn't
ask any questions (takes the default answer), and prints out a list
at the end of all the options it didn't know about.
(Handy when rebasing, as it means I get to add all the new options
in one swoop).

-rw-r--r-- 1 davej davej 605 Dec 15 23:31 linux-2.6-build-reference-discarded-opd.patch

Think I posted this already, and it may even be in 16rc

-rw-r--r-- 1 davej davej 1686 Dec 15 23:31 linux-2.6-build-userspace-headers-warning.patch

adds a #error to includes if __KERNEL__ isn't being used
(We want people to use the headers from our glibc-kernheaders package,
not from the kernel soucre).

-rw-r--r-- 1 davej davej 1753 Dec 15 23:31 linux-2.6-bzimage.patch

To get around some gynamstics in the rpm spec, defining a seperate build target
for every arch, we make every arch grok 'bzImage'. Fugly, but it keeps the
spec cleaner to maintain.

Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/