Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kernel: Commit without running hooks
@ 2023-10-25 22:37 William A. Kennington III
  2023-10-26  2:07 ` [OE-core] " Bruce Ashfield
  2023-10-27 10:08 ` Luca Ceresoli
  0 siblings, 2 replies; 9+ messages in thread
From: William A. Kennington III @ 2023-10-25 22:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: William A. Kennington III

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>
---
 meta/classes-recipe/kernel-yocto.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.42.0.820.g83a721a137-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-28 12:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 22:37 [PATCH] kernel: Commit without running hooks William A. Kennington III
2023-10-26  2:07 ` [OE-core] " Bruce Ashfield
2023-10-26 10:38   ` William Kennington
2023-10-26 14:25     ` Bruce Ashfield
2023-10-27 23:27       ` Peter Kjellerstedt
2023-10-28 12:32         ` Bruce Ashfield
     [not found]         ` <1792457740E31CAD.7262@lists.openembedded.org>
2023-10-28 12:56           ` Bruce Ashfield
2023-10-27 10:08 ` Luca Ceresoli
2023-10-27 21:44   ` William Kennington

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox