diff options
author | William A. Kennington III <wak@google.com> | 2023-10-25 15:37:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-30 08:50:46 +0000 |
commit | 070582a248d132c81a8c8e2ca66fdf28af7fc06c (patch) | |
tree | 8750139f8a3e8105286234a9108bb8133e805ef6 /meta/classes-recipe/kernel-yocto.bbclass | |
parent | 494a25d861d72c662c25cfee3a388ead71992bdf (diff) | |
download | poky-070582a248d132c81a8c8e2ca66fdf28af7fc06c.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.
(From OE-Core rev: dd52102a6c3f69d156bfcf85827123c96f18d5a1)
Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/kernel-yocto.bbclass')
-rw-r--r-- | meta/classes-recipe/kernel-yocto.bbclass | 2 |
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() { | |||
408 | git init | 408 | git init |
409 | check_git_config | 409 | check_git_config |
410 | git add . | 410 | git add . |
411 | git commit -q -m "baseline commit: creating repo for ${PN}-${PV}" | 411 | git commit -q -n -m "baseline commit: creating repo for ${PN}-${PV}" |
412 | git clean -d -f | 412 | git clean -d -f |
413 | fi | 413 | fi |
414 | 414 | ||