]> code.ossystems Code Review - openembedded-core.git/commit
rpm: Avoid fsync when writing files
authorMark Hatle <mark.hatle@windriver.com>
Wed, 16 Feb 2011 04:43:42 +0000 (22:43 -0600)
committerSaul Wold <sgw@linux.intel.com>
Wed, 16 Feb 2011 15:34:51 +0000 (07:34 -0800)
commit4ac789b9588ff8d2abaf4c3893c10bc6369baeee
tree6ff2b7fac0576307d7a83d148ef3abbaa8f0852a
parentca649ef8253cbf69062322b5bdee4123ee4c4eca
rpm: Avoid fsync when writing files

By default RPM strives for the safest possible file creation and
enforces fsync on each file.  This changes that default by backporting
the fsync disabled from the latest CVS snapshot.

This will cut a few minutes off the rootfs generation using RPM.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-devtools/rpm/rpm/rpm-nofsync.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.0.bb