aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-17 16:06:16 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-17 16:11:00 +0200
commit4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256 (patch)
treeb41785922f8c8e6123a05849b245f61a0ead2889 /targets/ryuglab/conf.py
parentca4f750f7738c6ab6a7bcc85ac0a7cbed58a7c35 (diff)
downloadlinux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.tar.gz
linux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.tar.bz2
linux-conf-perf-4a1e2cd1ce5ce44fdf4461e0ea51f4f362b23256.zip
Set configuration back do default and add overlap
Configuration is set back as it was before previous merge on branch master. Configurations for targets can be specified by overlapping configuration options with external config.
Diffstat (limited to 'targets/ryuglab/conf.py')
-rw-r--r--targets/ryuglab/conf.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
new file mode 100644
index 0000000..93dd9ea
--- /dev/null
+++ b/targets/ryuglab/conf.py
@@ -0,0 +1,27 @@
+## Configuration for ryuglab target
+# This configuration overlaps default configuration if file .target
+# contains "ryuglab"
+
+kernel_arch = 'powerpc'
+build_command = ['../targets/ryuglab/scripts/compile']
+boot_command = ['novaboot', 'targets/ryuglab/cyclictest/nbscript',
+ '--exiton="NOVABOOT EXIT LINUX-CONF-PERF"']
+
+db_user = 'kocikare'
+db_password = 'ohNg3Ien'
+
+multithread = True
+
+
+parse_kconfig_output = False
+picosat_output = False
+kernel_config_output = False
+kernel_make_output = False
+boot_output = False
+parse_output = False
+
+
+linux_sources = 'linux/'
+linux_kconfig_head = linux_sources + 'Kconfig'
+linux_dot_config = linux_sources + '.config'
+linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'