From: Hugo Villeneuve Date: Tue, 29 Jan 2013 22:14:42 +0000 (-0500) Subject: Installation of checkpatch.pl script X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=3020b57f5a54ef64a314965c1e35a3a7ff9c9174;p=hvlinux.git Installation of checkpatch.pl script --- diff --git a/stage2/pkg/kernel b/stage2/pkg/kernel index 0c9ff30..621183c 100644 --- a/stage2/pkg/kernel +++ b/stage2/pkg/kernel @@ -11,6 +11,9 @@ hvbuild() apply_patches ${PACKAGE} /usr/src fi + # Install kernel checkpatch script + install /usr/src/${PACKAGE}/scripts/checkpatch.pl /usr/bin + # Copy kernel configuration file in source tree. cp -v ${SCRDIR}/../config/${KERNEL_CONFIG} /usr/src/${PACKAGE}/.config