summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-26 11:20:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-27 01:27:55 +0100
commitc7c58dbe42723dc6327e1867d71d63d120305e73 (patch)
treea6cd380ad07735d5264c5d96a14cb80d3dcdc318 /README
parent20e439e22017b1eb9767b57d181ae1855cecf77c (diff)
downloadpoky-c7c58dbe42723dc6327e1867d71d63d120305e73.tar.gz
bitbake: fetch2/git: Stop git from triggering fsync() calls
We only ever clone other repositories, if there were a problem such as power failure, we'd blow away data and rebuild. As such we don't need fsync(). With filesystems like ext*, the fsync pushes nearly all the data out to disk which impacts all running processes. We therefore set a configuration parameter to disable the fsync() calls. Also fixup a case where basecmd wasn't being used for no good reason. (Bitbake rev: 0a26abaf3a1e34d556c9375068dd17c879568d0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions