* Phil Blundell <[email protected]> [120820 11:33]: > On Mon, 2012-08-20 at 12:28 +0300, Radu Moisan wrote: > > Any suggestions on how to do that?
> "vi defconfig", then add > # CONFIG_LSOF is not set > at some appropriate place. > Alternatively, bitbake -c menuconfig busybox, make sure lsof is > disabled, then copy the resulting .config file back into defconfig. And as a last step (regardless of which way you're modifying the defconfig) use git diff to check that you're changing things correclty, i.e. not enabling more functionality than before (unless there's a good reason for this). Apart from that, I prefer that we copy the defconfig from a build, as busybox sometimes likes to re-order the configuration options between releases. I just happen to prefer to easily be able to compare my built config with the supplied defconfig, with the minimum of changes. Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
