]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: add vmlinux to kernel rpm
authorJosh Hunt <josh@scalex86.org>
Thu, 12 Feb 2009 05:10:57 +0000 (21:10 -0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 15 Feb 2009 11:50:08 +0000 (12:50 +0100)
commitde8e7705452939a6184c96093a72400ad16945fe
treeaa4e98a688c0db69bbf082c41aa29b5e916f41e9
parent2e3ec6f9f4f641c998b809df843d0d925b20184d
kbuild: add vmlinux to kernel rpm

We are building an automated system to test kernels weekly and need to
provide an rpm to our QA dept.  We would like to use the ability to create
kernel rpms already in the kernel's Makefile, but need the vmlinux file
included in the rpm for later debugging.

This patch adds a compressed vmlinux to the kernel rpm when doing a
make rpm-pkg or binrpm-pkg and upon install places the vmlinux file in /boot.

Signed-off-by: Josh Hunt <josh@scalex86.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/package/mkspec