aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/conf.py
blob: b8e85b456ff1dc6e2f2e3b231530f49a50eeca1f (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
## 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 = ['targets/ryuglab/scripts/boot']

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'