| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
When generated with single-sat generator, configuration in database
haven't had information about what configuration option was used as
forced input while generating.
|
| |
|
|
|
|
|
|
| |
Previously, some successfully executed measurements had no value in the
database. Let's use explicit parsing script, which may (or may not) solve
this problem.
|
|
|
|
|
|
| |
Previously used relative path in .br-external was always rewritten to
an absolute path. This was annoying as git reported that this file was
changed.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Multithreading is problematic and needs fixing. So again it is disabled
for measuring purposes.
|
|
|
|
|
| |
In list of fixed configuration options was option PREEMPT_RT_FULL
listed with CONFIG_ prefix.
|
|
|
|
| |
Remove some unused files.
|
|
|
|
|
| |
Novaboot, picosat,... are in script directory. Only buildroot was in
root directory.
|
|
|
|
| |
We expect to use realtime branch, but master was committed to git.
|
|
|
|
|
| |
This script is for debugging purposes only. It should be launched only
in jobfiles folder and it's generating file cnf.
|
|
|
|
|
| |
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.
|