File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,9 @@ function merge_with_upstream() {
3737#
3838function kernel_prepare() {
3939 logmust install_pkgs \
40- equivs \
4140 devscripts \
41+ equivs \
42+ gawk \
4243 kernel-wedge
4344}
4445
Original file line number Diff line number Diff line change @@ -594,6 +594,20 @@ function install_kernel_headers() {
594594 for kernel in $KERNEL_VERSIONS ; do
595595 logmust dpkg-query -l " linux-headers-$kernel " > /dev/null
596596 done
597+
598+ #
599+ # XXX: Refactor & explain
600+ #
601+ logmust " SERAPHEIM START2"
602+ local pkg
603+ for pkg in " ${_RET_LIST[@]} " ; do
604+ logmust install_pkgs " $DEPDIR /$pkg /" linux-image-* -dbgsym.deb
605+ done
606+ local kernel
607+ for kernel in $KERNEL_VERSIONS ; do
608+ logmust cp " /usr/lib/debug/boot/vmlinux-${kernel} " " /usr/src/linux-headers-$kernel /vmlinux"
609+ done
610+ logmust " SERAPHEIM END2"
597611}
598612
599613function delphix_revision() {
You can’t perform that action at this time.
0 commit comments