aboutsummaryrefslogtreecommitdiff
path: root/conf.py
Commit message (Collapse)AuthorAge
* Add bbb target for BeagleBone BlackKarel Kočí2015-09-25
| | | | | | Buildroot configuration is now generated from base configuration and configuration defined by specified target. And initram is now build automatically for test target and all target.
* Execute checkmeasure only onceKarel Kočí2015-09-22
|
* Add dependency to .conf.mk on .target in MakefileKarel Kočí2015-08-26
| | | | | If .target file is changed (=target changed), makefile configuration should been regenerated.
* Add boot timeoutKarel Kočí2015-08-24
| | | | | | Boot process should timeout after selected number of seconds if no output is generated. This allows resolving some problems with possible boot stuck.
* Remove unused conf variablesKarel Kočí2015-08-19
| | | | | Some variables were no longer used or with current settup system made no sence.
* Fix relative path to .target fileKarel Kočí2015-08-17
| | | | | .target file should load always from root folder of project to ensure, that all tools in project are targeting same target.
* Set configuration back do default and add overlapKarel Kočí2015-08-17
| | | | | | | | Configuration is set back as it was before previous merge on branch master. Configurations for targets can be specified by overlapping configuration options with external config.
* Set configuration back do defaultKarel Kočí2015-08-13
| | | | | Configuration is set back as it was before previous merge on branch master.
* Remove duplicate variable in conf.pyKarel Kočí2015-08-13
| | | | This duplication was created probably by merging.
* Merge branch 'master' into measuringKarel Kočí2015-08-13
|\ | | | | | | | | | | Conflicts: conf.py scripts/configurations.py
| * Add measure tool desription to databaseKarel Kočí2015-08-13
| |
| * Change default database configurationKarel Kočí2015-08-12
| | | | | | | | | | Database configuration was set as it was used during development and testing. Changed to some of default not usable values.
* | Enable multithreating executionKarel Kočí2015-08-13
| |
* | Hide output of all commandsKarel Kočí2015-08-12
| |
* | Add measure tool desription to databaseKarel Kočí2015-08-12
| |
* | Add parse_scriptKarel Kočí2015-08-12
| | | | | | | | Parsing maximal value from first thread as result.
* | Add boot_commandKarel Kočí2015-08-12
| |
* | Fix boot_commandKarel Kočí2015-08-12
| | | | | | | | Added novaboot call directly. nbscript is not executable.
* | Fix linux image nameKarel Kočí2015-08-12
| |
* | Add build_scriptKarel Kočí2015-08-12
| |
* | Add external scripts and set boot configurationKarel Kočí2015-08-12
| |
* | Change measuring architectureKarel Kočí2015-08-12
| |
* | Set conf.py and nbscript for measurementKarel Kočí2015-08-12
|/
* Scripts changed to use database.Karel Kočí2015-07-28
| | | | | | | | | | | | | Also initial implementation of multithread execution. A lot of functionality changed. Phases removed. Output parsing is now part of measure (boot) process. Utils cleared. Add dot_measure file for inverted dot_config. Configuration generating is now prepared for multiple generating types. Fist implemented is generating configurations with single selected configuration. Test is modified to be compatible with new changes.
* Rewrite configuration scriptKarel Kočí2015-07-24
| | | | | | | | | | THIS MAKES SCRIPT INCONSISTENT AND PROJECT IS NOT WORKING UNTIL OTHER COMMIT MESSAGE SAYS OTHERWISE. Configurations are now generated to separated folder and have syntax compatible with linux configuration files. This way applying new configuration is not necessary. Also script is now communicating with database. Functions are prepared for multiple different generating possibilities. Also configuration generation is removed from initialize script.
* Remove unused configurationsKarel Kočí2015-07-24
| | | | These configuration were left here probably by mistake after deleting code for which they were used.
* Makefile configuration is now automatically generated and more changesKarel Kočí2015-07-22
| | | | | | | | | | | | | Makefile configuration file is now generated automatically and contains all string config options. Separated tables drop from databaseinit.sql to file databaseclean.sql. Also add clean and init target for database. For this reason is also separated output and result from normal clean. From now on won't be results removed on standard clean. ARCH config variable is renamed to kernel_arch to make name more clear.
* Implemented databaseKarel Kočí2015-07-22
| | | | Database will be used for storing measured data.
* 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.
* Document conf.py and remove spare variable SRCARCHKarel Kočí2015-05-21
|
* Make nbscript not generatedKarel Kočí2015-05-18
|
* Implement evaluateKarel Kočí2015-05-16
|
* Rewrite write_config solution check and fix applyKarel Kočí2015-05-15
| | | | solution.apply failed in case of last solution.
* Fix booting process and test targetKarel Kočí2015-05-14
| | | | Test target wasn't working properly. Now it should work.
* Fix problems with permuteKarel Kočí2015-05-14
| | | | | Permute should now reading and loading configurations right. In case of configuration change, forces save.
* Add kernel_env settingKarel Kočí2015-05-13
|
* Swap some lines in conf.pyKarel Kočí2015-05-13
|
* Fix conf.pyKarel Kočí2015-05-13
|
* Fix ARCH env variableKarel 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 configurationsKarel Kočí2015-05-07
|
* Rename build folder to jobfilesKarel Kočí2015-05-06
|
* Add generation of all solutions in initialization phaseKarel Kočí2015-05-06
|
* Fix some comments and if in solutionKarel Kočí2015-05-06
| | | | These changes were forgotten after change from minisat to picosat
* Add label for debugging configsKarel Kočí2015-05-06
|
* Move buildroot configs in conf.pyKarel Kočí2015-05-06
|
* Replace minisat with picosatKarel Kočí2015-05-05
| | | | Picosat is distributed with this project.
* Add minisat configKarel Kočí2015-05-05
|
* Add some configuration options and clean write_confKarel Kočí2015-05-04
|
* Fixes in scripts and add minisat_argsKarel Kočí2015-05-02
|