mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(eclass/cros-kernel2.eclass) version the debug kernel
The debug kernel image needs to be versioned, like the rest of the kernel files, so that multiple kernels can be installed at the same time. So put it into a unique directory.
This commit is contained in:
parent
393d00a697
commit
b4bd3d2e00
@ -461,7 +461,7 @@ cros-kernel2_src_install() {
|
||||
fi
|
||||
|
||||
# Install uncompressed kernel for debugging purposes.
|
||||
insinto /usr/lib/debug/boot
|
||||
insinto /usr/lib/debug/boot/${version}/
|
||||
doins "$(cros-workon_get_build_dir)/vmlinux"
|
||||
|
||||
if use kernel_sources; then
|
||||
|
Loading…
Reference in New Issue
Block a user