diff options
-rw-r--r-- | root/cyclictest/.br-external | 1 | ||||
-rw-r--r-- | targets/ryuglab/conf.py | 1 | ||||
-rwxr-xr-x | targets/ryuglab/scripts/boot | 2 | ||||
-rwxr-xr-x | tests/cyclictest/parse (renamed from parse_script) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/.br-external | 1 | ||||
-rw-r--r-- | tests/cyclictest/root/.config (renamed from root/cyclictest/.config) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/.gitignore (renamed from root/cyclictest/.gitignore) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/GNUmakefile (renamed from root/cyclictest/GNUmakefile) | 2 | ||||
-rw-r--r-- | tests/cyclictest/root/overlay/.gitignore (renamed from root/cyclictest/overlay/.gitignore) | 0 | ||||
-rwxr-xr-x | tests/cyclictest/root/overlay/etc/init.d/S90lcp (renamed from root/cyclictest/overlay/etc/init.d/S90lcp) | 0 | ||||
-rwxr-xr-x | tests/cyclictest/root/overlay/sbin/lcpinit (renamed from root/cyclictest/overlay/sbin/lcpinit) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/packages/Config.in (renamed from root/cyclictest/packages/Config.in) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/packages/external.mk (renamed from root/cyclictest/packages/external.mk) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch (renamed from root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/packages/rt-tests-master/Config.in (renamed from root/cyclictest/packages/rt-tests-master/Config.in) | 0 | ||||
-rw-r--r-- | tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk (renamed from root/cyclictest/packages/rt-tests-master/rt-tests-master.mk) | 0 |
16 files changed, 4 insertions, 3 deletions
diff --git a/root/cyclictest/.br-external b/root/cyclictest/.br-external deleted file mode 100644 index 008a945..0000000 --- a/root/cyclictest/.br-external +++ /dev/null @@ -1 +0,0 @@ -BR2_EXTERNAL ?= /home/kocikare/linux-conf-perf/root/cyclictest/packages 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" diff --git a/parse_script b/tests/cyclictest/parse index 868212c..868212c 100755 --- a/parse_script +++ b/tests/cyclictest/parse diff --git a/tests/cyclictest/root/.br-external b/tests/cyclictest/root/.br-external new file mode 100644 index 0000000..cc438f2 --- /dev/null +++ b/tests/cyclictest/root/.br-external @@ -0,0 +1 @@ +BR2_EXTERNAL ?= /home/cynerd/Programing/linux-conf-perf/tests/cyclictest/root/packages diff --git a/root/cyclictest/.config b/tests/cyclictest/root/.config index 0b86ab6..0b86ab6 100644 --- a/root/cyclictest/.config +++ b/tests/cyclictest/root/.config diff --git a/root/cyclictest/.gitignore b/tests/cyclictest/root/.gitignore index 482619e..482619e 100644 --- a/root/cyclictest/.gitignore +++ b/tests/cyclictest/root/.gitignore diff --git a/root/cyclictest/GNUmakefile b/tests/cyclictest/root/GNUmakefile index 905485d..37bd434 100644 --- a/root/cyclictest/GNUmakefile +++ b/tests/cyclictest/root/GNUmakefile @@ -3,7 +3,7 @@ lastword = $(word $(words $(1)),$(1)) makedir := $(dir $(call lastword,$(MAKEFILE_LIST))) -MAKEARGS := -C $(makedir)/../../buildroot +MAKEARGS := -C $(makedir)/../../../buildroot MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir)) MAKEFLAGS += --no-print-directory diff --git a/root/cyclictest/overlay/.gitignore b/tests/cyclictest/root/overlay/.gitignore index e69de29..e69de29 100644 --- a/root/cyclictest/overlay/.gitignore +++ b/tests/cyclictest/root/overlay/.gitignore diff --git a/root/cyclictest/overlay/etc/init.d/S90lcp b/tests/cyclictest/root/overlay/etc/init.d/S90lcp index b5a9076..b5a9076 100755 --- a/root/cyclictest/overlay/etc/init.d/S90lcp +++ b/tests/cyclictest/root/overlay/etc/init.d/S90lcp diff --git a/root/cyclictest/overlay/sbin/lcpinit b/tests/cyclictest/root/overlay/sbin/lcpinit index e2c1f78..e2c1f78 100755 --- a/root/cyclictest/overlay/sbin/lcpinit +++ b/tests/cyclictest/root/overlay/sbin/lcpinit diff --git a/root/cyclictest/packages/Config.in b/tests/cyclictest/root/packages/Config.in index 45dad4f..45dad4f 100644 --- a/root/cyclictest/packages/Config.in +++ b/tests/cyclictest/root/packages/Config.in diff --git a/root/cyclictest/packages/external.mk b/tests/cyclictest/root/packages/external.mk index d37f28a..d37f28a 100644 --- a/root/cyclictest/packages/external.mk +++ b/tests/cyclictest/root/packages/external.mk diff --git a/root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch b/tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch index c593705..c593705 100644 --- a/root/cyclictest/packages/rt-tests-master/0001-Comment-undeclared-calls.patch +++ b/tests/cyclictest/root/packages/rt-tests-master/0001-Comment-undeclared-calls.patch diff --git a/root/cyclictest/packages/rt-tests-master/Config.in b/tests/cyclictest/root/packages/rt-tests-master/Config.in index a54eb3a..a54eb3a 100644 --- a/root/cyclictest/packages/rt-tests-master/Config.in +++ b/tests/cyclictest/root/packages/rt-tests-master/Config.in diff --git a/root/cyclictest/packages/rt-tests-master/rt-tests-master.mk b/tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk index 82fe53e..82fe53e 100644 --- a/root/cyclictest/packages/rt-tests-master/rt-tests-master.mk +++ b/tests/cyclictest/root/packages/rt-tests-master/rt-tests-master.mk |