File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ DEPENDS += ansible, \
58
58
systemd-container, \
59
59
ubuntu-minimal,
60
60
61
+ # Debugging symbols for packages pulled in by the the above dependencies
62
+ DEPENDS += systemd-dbgsym, \
63
+ dbus-dbgsym, \
64
+ openssh-server-dbgsym, \
65
+ openssh-client-dbgsym, \
66
+ coreutils-dbgsym, \
67
+ bash-dbgsym, \
68
+ iproute2-dbgsym, \
69
+ net-tools-dbgsym,
70
+
61
71
#
62
72
# The following package contains the GPG keys which allow us to download
63
73
# from the repositories which contain packages containing debug symbols.
@@ -82,7 +92,8 @@ DEPENDS += delphix-buildinfo-kernel,
82
92
#
83
93
# The CRA PAM module provides an authentication method for the delphix user.
84
94
#
85
- DEPENDS += pam-challenge-response,
95
+ DEPENDS += pam-challenge-response, \
96
+ pam-challenge-response-dbgsym,
86
97
87
98
# Platform-specific dependencies
88
99
DEPENDS.aws =
@@ -104,6 +115,7 @@ DEPENDS += bcc-tools, \
104
115
crash-python, \
105
116
dnsutils, \
106
117
drgn, \
118
+ drgn-dbgsym, \
107
119
dstat, \
108
120
emacs-nox, \
109
121
ethtool, \
@@ -116,7 +128,9 @@ DEPENDS += bcc-tools, \
116
128
iotop, \
117
129
jq, \
118
130
kdump-tools, \
131
+ makedumpfile-dbgsym, \
119
132
libkdumpfile, \
133
+ libkdumpfile-dbgsym, \
120
134
lsof, \
121
135
man-db, \
122
136
manpages, \
@@ -127,6 +141,7 @@ DEPENDS += bcc-tools, \
127
141
procinfo, \
128
142
psmisc, \
129
143
ptools, \
144
+ ptools-dbgsym, \
130
145
pv, \
131
146
screen, \
132
147
sdb, \
You can’t perform that action at this time.
0 commit comments