On Tue, Apr 20, 2010 at 05:05:24PM +0200, Carsten Munk wrote: > In the Nokia N8x0 hardware adaptation we're needing to add another > kernel config to the MeeGo kernel and I think many others may be > sitting with the same problem. > > Is there any HOWTO/Documentation on how to add a new kernel > configuration (generally, not only ARM) into the packaging from > http://meego.gitorious.org/meego-os-base/kernel-source?
File a bug with your new config added to it :) > Currently it looks a little hairy, > http://meego.gitorious.org/meego-os-base/kernel-source/blobs/master/makespec.pl > and > http://meego.gitorious.org/meego-os-base/kernel-source/blobs/master/kernel.spec.in, > for instance. > > Current documentation only covers how to make kernel patches and a > brief mention of the seperation between a generic config with common > options and then having kernel configs which inherits from the generic > config. > > Also, 'CONFIG_X86_32=y' in config-generic? It gets overridden by the other config files. Basically make a config file that is the difference between the generic one, and yours, and add it to the spec file and it should all work properly. good luck, greg k-h _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
