> It would be much preferred if I could customize the kernel using the > intended method in OpenEmbedded. I didn't find anything about this on > the wiki, so I'd be glad to add it once I figure out the process. > Did I take the wrong approach by modifying the kernel package's > defconfig file? If not, does anybody have suggestions as to where I > can look to investigate this further? > > [Slightly off-topic: I wanted to find out exactly what 'make oldconfig' > did to see why it could be removing those modules from the .config > file but was unable to find anything on the web or by sifting through > the kernel's Makefiles. Does anybody happen to have more information > on this? ] > > Thanks, > > Hi,
I would advise you to look at the OE recipies for building kernels for various machines (../org.openembedded.dev/packages/linux). You can see there how kernels are build and understand some details. It's what I did. 'make oldconfig' will build your kernel using .config.old and I suppose that's why your changes to the configuration do not apply. Best regards, Panayot Daskalov -- Panayot Daskalov Software Engineer Multiprocessor Systems Ltd. Tel: +359 2 491 18 32 Mail: [EMAIL PROTECTED] WWW: www.mps.bg , www.followme.bg _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
