]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - targets/bbb/conf.py
Add bbb target for BeagleBone Black
[linux-conf-perf.git] / targets / bbb / conf.py
1 ## Configuration for bbb target
2 # This configuration overlaps default configuration if file .target
3 # contains "bbb"
4
5 kernel_arch = 'arm'
6 kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
7 build_command = ['make']
8 boot_command = ['targets/bbb/boot/boot']
9 parse_command = ['tests/cyclictest/parse']
10
11 db_user = 'kocikare'
12 db_password = 'ohNg3Ien'
13
14 multithread = False
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/bbb/linux/'
26 linux_build_folder = 'targets/bbb/build/'
27 linux_image = linux_build_folder + 'arch/' + kernel_arch + '/boot/uImage'
28
29 test_config_cyclictest = 'targets/bbb/cyclictest_config'