python siteconfig_do_siteconfig () { shared_state = sstate_state_fromvars(d) if shared_state['name'] != 'populate-sysroot': return if not os.path.isdir(os.path.join(bb.data.getVar('FILE_DIRNAME', d, 1), 'site_config')): bb.debug(1, "No site_config directory, skipping do_siteconfig") return bb.build.exec_func('do_siteconfig_gencache', d) sstate_clean(shared_state, d) sstate_install(shared_state, d) } siteconfig_do_siteconfig_gencache () { mkdir -p ${WORKDIR}/site_config gen-site-config ${FILE_DIRNAME}/site_config \ >${WORKDIR}/site_config/configure.ac cd ${WORKDIR}/site_config autoconf CONFIG_SITE="" ./configure ${CONFIGUREOPTS} --cache-file ${PN}_cache sed -n -e "/ac_cv_c_bigendian/p" -e "/ac_cv_sizeof_/p" \ -e "/ac_cv_type_/p" -e "/ac_cv_header_/p" -e "/ac_cv_func_/p" \ < ${PN}_cache > ${PN}_config mkdir -p ${SYSROOT_DESTDIR}${SITECONFIG_SYSROOTCACHE} cp ${PN}_config ${SYSROOT_DESTDIR}${SITECONFIG_SYSROOTCACHE} } do_populate_sysroot[sstate-interceptfuncs] += "do_siteconfig " EXPORT_FUNCTIONS do_siteconfig do_siteconfig_gencache .git/'>openocd+libswd.git
Unnamed repository; edit this file 'description' to name the repository.Trygve Laugstøl
summaryrefslogtreecommitdiff
path: root/src/target/etm_dummy.c
blob: b0ab1fb857815b6feee94e3816f7c5fb36945a28 (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
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
101
102
103
104
105
106