]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/ryuglab/conf.py
Fix list of fixed configurations for ryuglab target
[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 kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
7 build_command = ['make', 'uImage']
8 boot_command = ['targets/ryuglab/boot/boot']
9 parse_command = ['tests/cyclictest/parse']
10
11 db_user = 'kocikare'
12 db_password = 'ohNg3Ien'
13
14 multithread = True
15
16
17 parse_kconfig_output = False
18 picosat_output = False
19 kernel_config_output = False
20 kernel_make_output = False
21 boot_output = False
22 parse_output = False
23
24
25 linux_sources = 'targets/ryuglab/linux/'
26 linux_kconfig_head = linux_sources + 'Kconfig'
27 linux_dot_config = linux_sources + '.config'
28 linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'