projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee73874
)
Installation of checkpatch.pl script
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 29 Jan 2013 22:14:42 +0000
(17:14 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 2 Feb 2013 02:30:55 +0000
(21:30 -0500)
stage2/pkg/kernel
patch
|
blob
|
history
diff --git
a/stage2/pkg/kernel
b/stage2/pkg/kernel
index
0c9ff30
..
621183c
100644
(file)
--- 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