Re: [yocto] [yocto-autobuilder][PATCH 0/2] Allow OPTIMIZED_GIT_CLONE to be False

2016-07-25 Thread Beth 'pidge' Flanagan
Merged into master -b On Sat, 2016-07-23 at 08:11 -0700, Bill Randle wrote: > The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, > because things break if it is set to False. I had a case where it > needed to be set False because the git trash folder was on a > different > file

Re: [yocto] [yocto-autobuilder][PATCH 0/2] Allow OPTIMIZED_GIT_CLONE to be False

2016-07-25 Thread Beth 'pidge' Flanagan
On Sat, 2016-07-23 at 08:11 -0700, Bill Randle wrote: > The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, > because things break if it is set to False. I had a case where it > needed to be set False because the git trash folder was on a > different > file system than the build

[yocto] [yocto-autobuilder][PATCH 0/2] Allow OPTIMIZED_GIT_CLONE to be False

2016-07-23 Thread Bill Randle
The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, because things break if it is set to False. I had a case where it needed to be set False because the git trash folder was on a different file system than the build directory. This caused the CheckOutLayers build step to fail. In