Skip to content
  1. Jul 27, 2010
  2. Jul 26, 2010
  3. Jul 25, 2010
  4. Jul 24, 2010
  5. Jul 23, 2010
    • Peter Korsgaard's avatar
      kconfig: implement KCONFIG_PROBABILITY for rand{,package}config · 3435c1af
      Peter Korsgaard authored
      
      
      rand{,package}config enables configuration options with 50% probability,
      which isn't always what we want in BR (because the "big" configs take a
      long time to build and limits the chance of a randconfig detecting a
      missing dependency), so introduce a KCONFIG_PROBABILITY environment
      variable to tweak the probability between 0 (all options off) and 100
      (all options on).
      
      To use, simply set the environment variable before running make or pass
      it on the make command line - E.G.
      
      make randpackageconfig KCONFIG_PROBABILITY=10
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      3435c1af
  6. Jul 22, 2010
Loading