Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. |