aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel.py
Commit message (Collapse)AuthorAge
* Fix empty temporally file for config generationKarel Kočí2015-09-14
| | | | Generated temporally configuration file was read.
* Fix wrong input type to compare_text in register_confKarel Kočí2015-08-19
|
* Fix type exception in kernel.configKarel Kočí2015-08-19
| | | | As name was given tempfile object no name of generated temporally file.
* Fix kernel temporally file removalKarel Kočí2015-08-18
| | | | | Temporally file generated in kernel script during configuration applying wasn't closed/remove after end of usage.
* Generated configuration is now fully stored to databaseKarel Kočí2015-08-17
| | | | | | Managing configurations in files and in database could cause inconsistence. Adding all generated configurations to database allow us to clean project files without loosing data.
* kernel.make is now copying linux image to jobfile folderKarel Kočí2015-07-24
| | | | And make now returns name of image.
* kernel.config rewritten to use utils.callsubprocess and support new ↵Karel Kočí2015-07-24
| | | | | | implementation of write_config Also unused function config_noprogram commented.
* Make nbscript not generatedKarel Kočí2015-05-18
|
* Fix booting process and test targetKarel Kočí2015-05-14
| | | | Test target wasn't working properly. Now it should work.
* Add kernel_env settingKarel Kočí2015-05-13
|
* Fix missing addition for commit 9a1f3ff8fbff9dd418242eefa7aa69dfd38609c5Karel Kočí2015-05-04
|
* Chnage conf paths from absolute to relativeKarel Kočí2015-04-27
|
* kernel configuration now calling write_conf instead of make odlconfig hackKarel Kočí2015-04-19
| | | | Also configuration output is now set as visible.
* Add possibility to hide kernel outputKarel Kočí2015-04-19
|
* Setup oldconfig to yes to allKarel 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.
* Kernel configuration is now throwing exception on failureKarel Kočí2015-03-22
|
* Kernel config repair and configurable make argumentsKarel Kočí2015-02-11
|
* Implementing main loopKarel 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.