* Arnd Bergmann <arnd@xxxxxxxx> [110920 23:34]: > On Tuesday 20 September 2011 15:33:12 Tony Lindgren wrote: > > * Arnd Bergmann <arnd@xxxxxxxx> [110920 14:12]: > > > On Tuesday 20 September 2011, Arnd Bergmann wrote: > > > > > > > > One more thing: my randconfig tests are running now and > > > > have spit out a new error after merging lost of stuff > > > > today: > > > > Good to hear you got "arndconfig" running :) > > > > Do you think we could also add support for something > > like this: > > > > $ echo CONFIG_ARCH_OMAP=y > .config > > $ make randconfig > > > > or > > > > $ make --force=CONFIG_ARCH_OMAP randconfig > > > > Where randconfig would keep the forced CONFIG_ARCH_OMAP > > static while randomly selecting the others? > > > > This would allow targeted randconfig for each patch more > > or less.. > > The mechanism I use is setting KCONFIG_ALLCONFIG= to a file > that has the options I want to have set to a specific value. > > If you don't do that, randconfig will take the default option > for each 'choice' statement, which means we build for the > ARCH_VERSATILE platform. > > See the script I'm using at the end of this mail. It should > be easy for you to pick out the parts you need. Thanks will take a look at that for sure. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html