diff options
Diffstat (limited to 'targets/ryuglab')
-rw-r--r-- | targets/ryuglab/conf.py | 1 | ||||
-rwxr-xr-x | targets/ryuglab/scripts/boot | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index b8e85b4..55f76e7 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -5,6 +5,7 @@ kernel_arch = 'powerpc' build_command = ['../targets/ryuglab/scripts/compile'] boot_command = ['targets/ryuglab/scripts/boot'] +parse_command = ['tests/cyclictest/parse'] db_user = 'kocikare' db_password = 'ohNg3Ien' diff --git a/targets/ryuglab/scripts/boot b/targets/ryuglab/scripts/boot index cd04162..57b2b1c 100755 --- a/targets/ryuglab/scripts/boot +++ b/targets/ryuglab/scripts/boot @@ -8,6 +8,6 @@ cd `dirname $0` cd ../cyclictest ln -s ../../../jobfiles/linuxImage uImage -ln -s ../../../root/cyclictest/images/rootfs.cpio.uboot rootfs.cpio.uboot +ln -s ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF" |