Re: [OE-core] [PATCH] kernel-yocto: create dummy git user if necessary

2018-02-09 Thread Bruce Ashfield
On Fri, Feb 9, 2018 at 2:53 PM, Justin Bronder wrote: > The user's global git configuration may not have the name and email set > and git autodetection can fail. The initialization commit for a non-git > kernel directory doesn't really need to be tied back to them

[OE-core] [PATCH] kernel-yocto: create dummy git user if necessary

2018-02-09 Thread Justin Bronder
The user's global git configuration may not have the name and email set and git autodetection can fail. The initialization commit for a non-git kernel directory doesn't really need to be tied back to them anyways. Instead, create a user and email that's clearly tied back to kernel-yocto.bbclass.