diff options
Diffstat (limited to 'meta')
-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 | ||