From: William A. Kennington III Date: Wed, 25 Oct 2023 22:37:10 +0000 (-0700) Subject: kernel: Commit without running hooks X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Flucaceresoli%2Fmaster-next-success;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Luca Ceresoli --- diff --git a/meta/classes-recipe/kernel-yocto.bbclass b/meta/classes-recipe/kernel-yocto.bbclass index 4ac977b1220..cb9cd26b09e 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