aboutsummaryrefslogtreecommitdiff
path: root/targets/bbb/conf.py
blob: 3c42cf603614c37acf3267b8abba85ba2c4c73b8 (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
28
29
## Configuration for bbb target
# This configuration overlaps default configuration if file .target
# contains "bbb"

kernel_arch = 'arm'
kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
build_command = ['make']
boot_command = ['targets/bbb/boot/boot']
parse_command = ['tests/cyclictest/parse']

db_user = 'kocikare'
db_password = 'ohNg3Ien'

multithread = False


parse_kconfig_output = False
picosat_output = False
kernel_config_output = False
kernel_make_output = False
boot_output = False
parse_output = False


linux_sources = 'targets/bbb/linux/'
linux_build_folder = 'targets/bbb/build/'
linux_image = linux_build_folder + 'arch/' + kernel_arch + '/boot/uImage'

test_config_cyclictest = 'targets/bbb/cyclictest_config'