Re: Linux 2.6.25-rc8

From: Sam Ravnborg
Date: Thu Apr 03 2008 - 14:18:40 EST


>
> > Those defconfigs would be much smaller and change much less often if
> > they could be expressed as a delta from some other defconfig. So we'd
> > end up with a small number of base defconfigs plus a set of board
> > defconfigs that would say effectively "use the options from that other
> > defconfig, plus turn this on and that off".
>
> IIRC, Fedora builds their kernels using such a mechanism, though it's
> done in the RPM specfile with a perl script. Maybe that's something to
> look at to start with.
kconfig allready allow you to override values simply by appending to
the end of the .config file.
So it is a matter of creating the proper stuff around to:
1) use it
2) make is simple to update defconfigs
A simple extract delta between two config

I'm not up to do that at the moment - but it is doable.
And I would hate to see the defconfig disappear just because
they are so visible in Linus' dirstat.
Sam
--
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/