Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding targets in root makefile | Karel Kočí | 2015-07-24 |
| | | | | | | Part of the initialize target should be also initialization of database. Target distclean should clean project to state as it is in git repository. | ||
* | Add dot_config target to root Makefile | Karel Kočí | 2015-07-24 |
| | | | | | | | allconfig is used for generating full configuration. In default is this file expected in root project directory with name dot_config. User should remove configuration options that should be measured. So dot_config file should contains only configuration options with fixed value. | ||
* | Remove permute_conf | Karel Kočí | 2015-07-22 |
| | | | | | | permute_conf was only temporally program for generating dot_config file. Its main function now has program allconfig. This program has also some text interface, but it wasn't optimal and in the end wasn't used at all. | ||
* | Makefile configuration is now automatically generated and more changes | Karel 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. | ||
* | Integrate allconfig | Karel Kočí | 2015-07-17 |
| | | | | | | | | | allconfig is now integrated in project. It is going to replace permute_conf for generating. For this reason is default behaviour changed to print only changeable configurtaion options. Previous behaviour can be used with --all switch. Also add .gitignore and remove compiled file from repository. | ||
* | Makefile fix distclean target | Karel Kočí | 2015-05-22 |
| | |||
* | Rename program permute to permute_conf | Karel Kočí | 2015-05-21 |
| | |||
* | Fix problem of cleaning scripts/nbscript | Karel Kočí | 2015-05-21 |
| | |||
* | Fix Makefile clean | Karel Kočí | 2015-05-20 |
| | |||
* | Set root Makefile to start evaluate script | Karel Kočí | 2015-05-16 |
| | |||
* | Clean makefile and remove dependency on buildroot initram | Karel Kočí | 2015-05-14 |
| | | | | | Removing dependency can lead to problems. But if buildroot should not be forced for possible alternatives. | ||
* | Add mpermute target for executing command permute | Karel Kočí | 2015-05-13 |
| | |||
* | Fix ARCH env variable | Karel Kočí | 2015-05-13 |
| | |||
* | Fix buildroot Makefile dependency | Karel Kočí | 2015-05-10 |
| | |||
* | Add permute to root Makefile | Karel Kočí | 2015-05-07 |
| | |||
* | Rename build folder to jobfiles | Karel Kočí | 2015-05-06 |
| | |||
* | Add Makefile initialize dependencies | Karel Kočí | 2015-05-06 |
| | |||
* | Add PHONY targets | Karel Kočí | 2015-05-06 |
| | |||
* | Separate initialisation | Karel Kočí | 2015-05-06 |
| | | | | Initialisation now can be executed without loop it self. | ||
* | Remove automatic initram build | Karel Kočí | 2015-05-06 |
| | | | | Not initram must be set and created manually by user. | ||
* | Replace minisat with picosat | Karel Kočí | 2015-05-05 |
| | | | | Picosat is distributed with this project. | ||
* | Fix run and initram dependency | Karel Kočí | 2015-04-28 |
| | |||
* | Fix missing symbol_map on test launch | Karel Kočí | 2015-04-27 |
| | |||
* | Fix problem with test dependency | Karel Kočí | 2015-04-27 |
| | |||
* | Add NBSCRIPT config | Karel Kočí | 2015-04-27 |
| | |||
* | fix problems with initram | Karel Kočí | 2015-04-27 |
| | |||
* | First implementation of test.py | Karel Kočí | 2015-04-27 |
| | | | | Not yet finished. | ||
* | Add initram build | Karel Kočí | 2015-04-27 |
| | | | | Not working properly yet. | ||
* | distclean targets in root Makefile documented | Karel Kočí | 2015-04-26 |
| | |||
* | Add buildroot default .config | Karel Kočí | 2015-04-26 |
| | | | | | | On first execution of buildroot targets from root Makefile is now placed nondefault .config file. This new configuration is default configuration except of initram setting. | ||
* | Add distclean targets fro root Makefile | Karel Kočí | 2015-04-26 |
| | |||
* | Add initram config | Karel Kočí | 2015-04-26 |
| | |||
* | Add target deflinux to root Makefile | Karel Kočí | 2015-04-26 |
| | |||
* | Generate configuration for root Makefile from conf.py | Karel Kočí | 2015-04-26 |
| | |||
* | Root makefile almost rewritten | Karel Kočí | 2015-04-26 |
| | | | | New targets added and more... | ||
* | Fix root Makefile | Karel Kočí | 2015-04-19 |
| | |||
* | Add write_config to root Makefile | Karel Kočí | 2015-04-19 |
| | |||
* | Kconfig_parser renamed to parse_kconfig | Karel Kočí | 2015-04-11 |
| | |||
* | Implemented global Makefile | Karel Kočí | 2015-03-26 |
This global makefile can execute main_loop as also clean whole project. |