aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/conf.py
blob: 93dd9ea4538527c04b017d4a3edbf2806079d111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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'