| Commit message (Collapse) | Author | Age |
|
|
|
| |
This way all executable code is inside scripts directory.
|
|
|
|
|
|
| |
In generated .config file are missing all non bool/tri state configs (except those from defconfig).
This solution is only temporally.
This way configuration never fails.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
These new scripts are part of main loop.
kernel is not finished!!
Divides kconfig_parser, sat_solution to better named modules.
Phasing and iteration is implemented for loop watching.
|
|
conf.py are files for configuration, all configuration is in global
conf.py and others are just sourcing that
kconfig_parser.py is executing kconfig_parser
sat_solution.py is partly implemented, in state of this commit is not
working properly.
|