kernel/configs
Don Zickus 62496f789f configs: Update config generation script to use configs/fedora
The previous patch moved the configs/base-{generic,debug} to configs/fedora.
Now we update the scripts to reflect that change.  Changing the scripts
was straightforward.  Handling overrides that didn't use generic names
was a little trickier.

To handle random override names (well rhel), I added some extra logic
in the config_generation script called "ORDER".  This tells the scripts
which configs to lay down first and which one overrides it.

Through some testing, I realized I could simplify things and just create
an outer 'order' loop.  This removed some duplicated code.

The other change is the 'skip_if_missing' flag.  The overrides directory
will not mimic the baseline directory layout 100%.  Ensure the baseline
config files are all there, but allow the overrides to have missing files.

Tested on my Fedora and my RHEL tree with success.
2018-01-05 14:40:19 -08:00
..
fedora configs: Move base-debug and base-generic to configs/fedora 2018-01-05 14:40:14 -08:00
build_configs.sh configs: Update config generation script to use configs/fedora 2018-01-05 14:40:19 -08:00
config_generation configs: Update config generation script to use configs/fedora 2018-01-05 14:40:19 -08:00
merge.pl Change method of configuration generation 2016-12-06 12:07:10 -08:00
process_configs.sh configs: Update scripts and spec file with layout changes 2017-11-13 09:39:17 -08:00