]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/ryuglab/conf.py
Add etherwake to boot command
[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 = ['targets/ryuglab/scripts/boot']
8
9 db_user = 'kocikare'
10 db_password = 'ohNg3Ien'
11
12 multithread = True
13
14
15 parse_kconfig_output = False
16 picosat_output = False
17 kernel_config_output = False
18 kernel_make_output = False
19 boot_output = False
20 parse_output = False
21
22
23 linux_sources = 'linux/'
24 linux_kconfig_head = linux_sources + 'Kconfig'
25 linux_dot_config = linux_sources + '.config'
26 linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'