summaryrefslogtreecommitdiffstats
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 19:09:14 +0200
commitcc19b9c0c115b0b64c417fa8d257f4e8467a2164 (patch)
tree02af60a8506aea473b90a727668d7c128e587994
parent9f3c774842e7455bc3bcbf50ac5f0ed4775f51af (diff)
downloadopenembedded-core-contrib-cc19b9c0c115b0b64c417fa8d257f4e8467a2164.tar.gz
kernel: Commit without running hooks
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>
-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