summaryrefslogtreecommitdiffstats
path: root/ci/kernel_build.sh
diff options
context:
space:
mode:
authorNavya <navyax.bathula@intel.com>2017-04-10 19:03:58 +0530
committerNavya Bathula <navyax.bathula@intel.com>2017-05-15 04:44:00 +0000
commit2fde080c8c418c0474b285b823e9d7f2346f05a3 (patch)
tree795fcffdeaf3ac734adb19d324dd0739c00e251c /ci/kernel_build.sh
parent39928e5e9503db6f1971c74a84e3d10a4e4f6a6e (diff)
To generate debug rpm and debian package for kvmfornfv kernel
This patch is used to strip the debug information from binary files and generate separate debug package along with binary package while building the kernel.The debuginfo package is uploaded only for daily job. Upstream status: Pending Change-Id: Iad2cfd8e252d218a9d603e9dbed2aa557d83e263 Co-Authored by:shravani paladugula <shravani.p@tcs.com> Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
Diffstat (limited to 'ci/kernel_build.sh')
-rwxr-xr-xci/kernel_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/kernel_build.sh b/ci/kernel_build.sh
index 91e8b7765..6071ca760 100755
--- a/ci/kernel_build.sh
+++ b/ci/kernel_build.sh
@@ -50,7 +50,7 @@ EOF
# Build the kernel debs
make-kpkg clean
-fakeroot make-kpkg --initrd --revision=$VERSION kernel_image kernel_headers
+fakeroot make-kpkg --initrd --revision=$VERSION kernel_image kernel_headers kernel_debug -j$(nproc)
make
mv /root/kvmfornfv/linux-* /root/kvmfornfv/build_output
}