]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/ryuglab/conf.py
Set configuration back do default and add overlap
[linux-conf-perf.git] / targets / ryuglab / conf.py
1 ## Configuration for ryuglab target
2 # This configuration overlaps default configuration if file .target
3 # contains "ryuglab"
4
5 kernel_arch = 'powerpc'
6 build_command = ['../targets/ryuglab/scripts/compile']
7 boot_command = ['novaboot', 'targets/ryuglab/cyclictest/nbscript',
8                                 '--exiton="NOVABOOT EXIT LINUX-CONF-PERF"']
9
10 db_user = 'kocikare'
11 db_password = 'ohNg3Ien'
12
13 multithread = True
14
15
16 parse_kconfig_output = False
17 picosat_output = False
18 kernel_config_output = False
19 kernel_make_output = False
20 boot_output = False
21 parse_output = False
22
23
24 linux_sources = 'linux/'
25 linux_kconfig_head = linux_sources + 'Kconfig'
26 linux_dot_config = linux_sources + '.config'
27 linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'