| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Novaboot, picosat,... are in script directory. Only buildroot was in
root directory.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
Now every test should have its own folder with rootfs and parse script.
|