summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-10-25 15:37:10 -0700
committerLuca Ceresoli <luca.ceresoli@bootlin.com>2023-10-27 12:03:45 +0200
commit771e80ca7151d9741c82abd94f7ded42e22ba835 (patch)
tree95ad432be820ff60279ed77c0e8789e8a6c135c7 /meta
parentbc7499b349b757393765eb838839171d8a5ed5d1 (diff)
downloadopenembedded-core-contrib-lucaceresoli/master-next-success.tar.gz
kernel: Commit without running hookslucaceresoli/master-next-success
The hooks are pulled from the impure environment and are often broken in our environments. There is no reason to add extra metadata or verify the commit message as its arbitrary to turn the tarball into a git repo. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel-yocto.bbclass b/meta/classes-recipe/kernel-yocto.bbclass
index 4ac977b122..cb9cd26b09 100644
--- a/meta/classes-recipe/kernel-yocto.bbclass
+++ b/meta/classes-recipe/kernel-yocto.bbclass
@@ -408,7 +408,7 @@ do_kernel_checkout() {
git init
check_git_config
git add .
- git commit -q -m "baseline commit: creating repo for ${PN}-${PV}"
+ git commit -q -n -m "baseline commit: creating repo for ${PN}-${PV}"
git clean -d -f
fi