Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename solution script to configurations | Karel Kočí | 2015-07-22 |
| | | | | New name more better resembles what script does. | ||
* | Add database initialisation check | Karel Kočí | 2015-07-22 |
| | | | | On object creation, when connection to server is established, is now implemented check if database has all tables as it should have. | ||
* | Fix gen_required config source check | Karel Kočí | 2015-07-17 |
| | |||
* | Remove possibility of generating next solution in loop. | Karel Kočí | 2015-07-17 |
| | | | | | Only possibility now is generating all solutions on initialisation. Remove solution generating phase. | ||
* | Make nbscript not generated | Karel Kočí | 2015-05-18 |
| | |||
* | Ezecute initialize parse_kconfig only in case of missing files | Karel Kočí | 2015-05-14 |
| | |||
* | Fix booting process and test target | Karel Kočí | 2015-05-14 |
| | | | | Test target wasn't working properly. Now it should work. | ||
* | Fix problems with configurations genration | Karel Kočí | 2015-05-14 |
| | |||
* | Fix env | Karel Kočí | 2015-05-13 |
| | |||
* | Add initialize messages and initialize sourcing from dot_config not from ↵ | Karel Kočí | 2015-05-10 |
| | | | | linux/.config | ||
* | Add implementation of hash indexing of configurations | Karel Kočí | 2015-05-07 |
| | |||
* | Add generation of all solutions in initialization phase | Karel Kočí | 2015-05-06 |
| | |||
* | Change message in generated nbscript | Karel Kočí | 2015-05-06 |
| | |||
* | Separate initialisation | Karel Kočí | 2015-05-06 |
| | | | | Initialisation now can be executed without loop it self. | ||
* | Fixes in scripts and add minisat_args | Karel Kočí | 2015-05-02 |
| | |||
* | Chnage conf paths from absolute to relative | Karel Kočí | 2015-04-27 |
| | |||
* | initialize script change documentation | Karel Kočí | 2015-04-26 |
| | |||
* | initialize.py use utils get_kernel_env for parse_kconfig() | Karel Kočí | 2015-04-19 |
| | |||
* | Force MODULES no | Karel Kočí | 2015-04-19 |
| | | | | We are not supporting modules. Initial configuration with enable modules causes errors. | ||
* | Fix error in initialize script and dedicate config for .config file | Karel Kočí | 2015-04-19 |
| | |||
* | Fix python scripts to work with parse_kconfig | Karel Kočí | 2015-04-13 |
| | |||
* | Add check for existence of .config | Karel Kočí | 2015-03-26 |
| | |||
* | Setup oldconfig to yes to all | Karel Kočí | 2015-03-26 |
| | | | | | | 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. | ||
* | Add source .config backup | Karel Kočí | 2015-03-24 |
| | |||
* | Implement requirement generation from kernel .config | Karel Kočí | 2015-03-24 |
| | |||
* | Add possibility to hide programs output | Karel Kočí | 2015-03-22 |
| | |||
* | Implementing main loop | Karel Kočí | 2015-02-03 |
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. |