From: Yann E. MORIN Date: Sat, 13 Apr 2013 20:49:13 +0000 (+0200) Subject: kconfig: allow specifying the seed for randconfig X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8024c6ebadb68f1154377c2e1996b4e649e4c8;p=pandora-kernel.git kconfig: allow specifying the seed for randconfig For reproducibility, it can be useful to be able to specify the seed to use to seed the RNG. Add a new KCONFIG_SEED environment variable which can be set to the seed to use: $ make KCONFIG_SEED=42 randconfig $ sha1sum .config 70a128c8dcc61303069e1be352cce64114dfcbca .config $ make KCONFIG_SEED=42 randconfig $ sha1sum .config 70a128c8dcc61303069e1be352cce64114dfcbca .config It's very usefull for eg. debugging the kconfig parser. Signed-off-by: "Yann E. MORIN" --- Reading git-diff-tree failed