Re: [yocto] git.py support for submodules

2014-05-21 Thread Chris Morgan
On Mon, May 19, 2014 at 7:12 AM, Richard Purdie wrote: > On Sat, 2014-05-17 at 13:19 -0700, Christopher Larson wrote: >> >> >> On Saturday, May 17, 2014, Chris Morgan wrote: >> >> On May 17, 2014 3:58 PM, "Christopher Larson" >> wrote: >> > >> > >> > >>

Re: [yocto] git.py support for submodules

2014-05-19 Thread Richard Purdie
On Sat, 2014-05-17 at 13:19 -0700, Christopher Larson wrote: > > > On Saturday, May 17, 2014, Chris Morgan wrote: > > On May 17, 2014 3:58 PM, "Christopher Larson" > wrote: > > > > > > > > On Saturday, May 17, 2014, Chris Morgan >

Re: [yocto] git.py support for submodules

2014-05-17 Thread Christopher Larson
On Saturday, May 17, 2014, Chris Morgan wrote: > > On May 17, 2014 3:58 PM, "Christopher Larson" > > > wrote: > > > > > > > > On Saturday, May 17, 2014, Chris Morgan > > > > wrote: > >> > >> Hello. > >> > >> I noticed that git.py doesn't seem to have support for submodules. I > worked around th

Re: [yocto] git.py support for submodules

2014-05-17 Thread Chris Morgan
On May 17, 2014 3:58 PM, "Christopher Larson" wrote: > > > > On Saturday, May 17, 2014, Chris Morgan wrote: >> >> Hello. >> >> I noticed that git.py doesn't seem to have support for submodules. I worked around this in my recipe by adding a pre configure step but I was wondering if a patch to add

Re: [yocto] git.py support for submodules

2014-05-17 Thread Christopher Larson
On Saturday, May 17, 2014, Chris Morgan wrote: > Hello. > > I noticed that git.py doesn't seem to have support for submodules. I > worked around this in my recipe by adding a pre configure step but I was > wondering if a patch to add another option to git.py to fetch submodules > would make sense

[yocto] git.py support for submodules

2014-05-17 Thread Chris Morgan
Hello. I noticed that git.py doesn't seem to have support for submodules. I worked around this in my recipe by adding a pre configure step but I was wondering if a patch to add another option to git.py to fetch submodules would make sense and be welcomed (pending it's implementation of course). C