aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/root
Commit message (Collapse)AuthorAge
* cyclictest: Simplify startup (init) scriptMichal Sojka2015-09-28
|
* buildroot: Declare external sources in a better wayMichal Sojka2015-09-28
| | | | | | 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.
* Remove false commentMichal Sojka2015-09-28
|
* Add bbb target for BeagleBone BlackKarel Kočí2015-09-25
| | | | | | 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.
* Move buildroot submodule to script folderKarel Kočí2015-09-18
| | | | | Novaboot, picosat,... are in script directory. Only buildroot was in root directory.
* Change boot to execute only one scriptsKarel Kočí2015-09-14
| | | | | | | 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.
* Print command and version to boot outputKarel Kočí2015-08-19
|
* Fix relative path to external buildroot packagesKarel Kočí2015-08-18
|
* Change location for rootfs of testsKarel Kočí2015-08-17
Now every test should have its own folder with rootfs and parse script.