Re: [yocto] [yocto-autobuilder][PATCH] yoctogit: add init to submodule update

2017-07-17 Thread Joshua Lock
On Sat, 2017-07-15 at 12:33 -0700, Stephano Cetola wrote: > We replaced buildbot's standard copy function with our _srccopy > function when method=barecopy or movecopy. The srccopy will copy the > contents of the "source" directory into the build dir. We cannot > assume that submodules have not bee

[yocto] [yocto-autobuilder][PATCH] yoctogit: add init to submodule update

2017-07-15 Thread Stephano Cetola
We replaced buildbot's standard copy function with our _srccopy function when method=barecopy or movecopy. The srccopy will copy the contents of the "source" directory into the build dir. We cannot assume that submodules have not been added since the buildslave last populated the source dir. Adding