[oe-commits] [openembedded-core] 14/55: kernel-yocto: check git config during checkout

git at git.openembedded.org git at git.openembedded.org
Sat Mar 3 22:56:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0e3a9bed988b5fd4de770fe8cd1160b9f6c8c365
Author: Justin Bronder <jsbronder at cold-front.org>
AuthorDate: Fri Feb 9 16:05:52 2018 -0500

    kernel-yocto: check git config during checkout
    
    Initialize the git config prior creating a git repository in a plain
    directory.
    
    Signed-off-by: Justin Bronder <jsbronder at cold-front.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/kernel-yocto.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 663c655..4ac3a39 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -247,6 +247,7 @@ do_kernel_checkout() {
 		fi
 		rm -f .gitignore
 		git init
+		check_git_config
 		git add .
 		git commit -q -m "baseline commit: creating repo for ${PN}-${PV}"
 		git clean -d -f

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list