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:
Greg Kroah-Hartman 2013-06-12 09:45:08 -07:00
parent 393d00a697
commit b4bd3d2e00

View File

@ -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