forked from ARM-software/lisa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
target_conf.yml
100 lines (84 loc) · 3.14 KB
/
target_conf.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# LISA Target configuration required by devlib to connect to a target.
#
# See the doc for available keys:
# https://lisa-linux-integrated-system-analysis.readthedocs.io/en/latest/target.html#lisa.target.TargetConf
#
target-conf:
# Kind of platform
# - linux : accessed via SSH connection
# - android : accessed via ADB connection
# - host : run on the local host
# kind : android
# Board
# Optional board name used for better prettier logs
# name: myboard
# Target IP or domain name
# host: 192.168.0.20
# Target Android device ID
# device: 00b1346f0878ccb1
# Login username (has to be sudo enabled)
# username: root
# Login credentials
# You can specify either a password or keyfile
# password: "mypassword"
# keyfile: /complete/path/of/your/keyfile
# Optional kernel module configuration
# kernel:
# Path to the kernel sources. If left out, a kernel.org tarball will be
# used (with varying degree of success)
# src: /path/to/kernel/src/tree
# Module compiling options
# modules:
# Variables passed to make command line while building modules.
# make-variables:
# Setting CC to "clang" is a good idea as clang is a cross
# compiler by default.
# CC: clang
# Either "host" or "alpine". If "alpine" is used, an Alpine chroot
# will be used to build the kernel module in. Works best with "CC:
# clang" for reproducible builds regardless of the host.
# build-env: host
# Usually not needed: "overlayfs" will overlay folders using
# overlayfs. "copy" will use plain slow copies.
# overlay-backend: overlayfs
# Optional devlib configuration
# devlib:
# Devlib modules names to enable/disbale for all the experiment
# excluded-modules: []
#
# devlib Platform sublcass to use, with the keyword arguments to use it
# platform:
# Defaults to devlib.platform.Platform
# class: devlib.platform.Platform
# args:
# arg1: foo
# arg2: bar
# Optional additional binary tools to install by default for all experiments
# Currently available tools:
# - binaries under ./tools/<ARCH>/
# where <ARCH> is one of the supported target
# architectures
# - shell scripts under './tools/scripts/
# tools: []
#
# Ftrace collector configuration
ftrace-conf:
# Additional ftrace events and functions collected regardless of the
# test configuration
# events: []
# functions: []
#
# ftrace buffer size
# buffer-size: 42
# Platform information
#
# Various bits of information about the platform used by LISA
#
platform-info:
# Include a preset platform-info file, instead of defining the keys directly here.
# Note that you cannot use !include and define keys at the same time.
# !include $LISA_HOME/lisa/platforms/juno_r0.yml
# conf:
# rtapp:
# # Calibration mapping of CPU numbers to calibration value for rtapp
# calib: {}