| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
New commit contains new configuration, that will be used for measuring
kernel folder configuration options.
|
|
|
|
|
| |
Some configurations options can't be measured. While initialization are
detected and warning is printed.
|
|
|
|
|
|
| |
Generated rules for symbols default values was used without information
about their order. Kconfig documentation specifies that only first
valid default value specification should be used.
|
|
|
|
|
| |
Image should be removed after it was measured. Otherwise Linux images
are piling up in jobfolder.
|
| |
|
|
|
|
|
|
|
| |
When multithreading was enabled, same configuration could been build
multiple times. Adding list of built configurations and filtering list
of configurations sourced from database solves this problem. Now script
is aware of configurations that was prepared and not yet been measured.
|
|
|
|
|
| |
Generated configuration file for makefile did not contain int values.
But they were used. This is new feature but also fix.
|
|
|
|
|
|
| |
This new target allows direct access to database wit parameters set in
conf.py and conf.py of selected target. This is simple fast access to
database.
|
|
|
|
|
|
|
| |
Boot is now executing only lcpinit script. /init scripts is not used
during measurements. Booting without boot script, only using novaboot
scripts, results in using /init script. This helps to access cli in
booted machine without editing any files.
|
|
|
|
| |
Generated temporally configuration file was read.
|
|
|
|
|
|
|
| |
Parsing choices was implemented wrong. For non-optional choice output
rules must contain also dependency of all choice symbols. Because if no
choice symbol has fulfilled dependencies, than choice shouldn't be
selected.
|
|
|
|
|
| |
Script ended with exception when no file with list of non-remove
configuration options was provided.
|
|
|
|
|
|
| |
Removing configuration options from configuration file according to
definition folder. New implementation allows to specify required
configuration options that shouldn't be removed in any case.
|
|
|
|
| |
Setup Linux of ryuglab to realtime branch.
|
|
|
|
| |
Latest changes for multithreading broke single thread mode.
|
|
|
|
|
| |
Multithreading is not working properly yet. So it won't be used for
active measuring.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Picosat is as default using 0 as seed for random generator. This lead
on same configuration every time.
|
|
|
|
|
| |
If .target file is changed (=target changed), makefile configuration
should been regenerated.
|
| |
|
|
|
|
|
|
| |
Boot process should timeout after selected number of seconds if no
output is generated. This allows resolving some problems with possible
boot stuck.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This modules is no longer used. It is expected that every target will
have it's own linux target.
|
|
|
|
| |
Also remove unused buildroot targets
|
|
|
|
|
| |
Some variables were no longer used or with current settup system made
no sence.
|
|
|
|
|
| |
Compile script is not required if we use GNUmakefile.
Holding script folder only because of boot script makes no sense.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
In boot script was old name usable before previous commit.
Also patch script removed This script is no longer required, because
path is applied in submodule.
|
|
|
|
|
| |
Boot configuration it this folder wasn't usable only just for
cyclictest, but for any test. So new name is more descriptive.
|
| |
|
|
|
|
|
| |
Test run and initialization now shows warning about dirty repository
and loop can't be executed if linux or root repository is dirty.
|
|
|
|
|
| |
add_measure in boot script was called with list of lines instead of
single string.
|
| |
|
| |
|
|
|
|
|
| |
While booting are created links to upper folders. These links should be
ignored from git.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As name was given tempfile object no name of generated temporally file.
|
|
|
|
| |
This folder is no longer used and shouldn't be created.
|