summaryrefslogtreecommitdiffstats
path: root/ci/kernel_build.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15To generate debug rpm and debian package for kvmfornfv kernelNavya1-1/+1
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>
2017-02-09Combine the common code for kernel building on deb/rpmshravani1-0/+64
This patch removes the duplication of code in rpm/debian build scripts. Change-Id: I88edc93df488bd01a43cd98e4f69f35e09f8f61c Signed-off-by: Shravani <shravani.p@tcs.com>