summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/acpid
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-15 22:43:42 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-16 07:34:51 -0800
commit4ac789b9588ff8d2abaf4c3893c10bc6369baeee (patch)
tree6ff2b7fac0576307d7a83d148ef3abbaa8f0852a /meta/recipes-bsp/acpid
parentca649ef8253cbf69062322b5bdee4123ee4c4eca (diff)
downloadopenembedded-core-4ac789b9588ff8d2abaf4c3893c10bc6369baeee.tar.gz
openembedded-core-4ac789b9588ff8d2abaf4c3893c10bc6369baeee.tar.bz2
openembedded-core-4ac789b9588ff8d2abaf4c3893c10bc6369baeee.tar.xz
openembedded-core-4ac789b9588ff8d2abaf4c3893c10bc6369baeee.zip
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>
Diffstat (limited to 'meta/recipes-bsp/acpid')
0 files changed, 0 insertions, 0 deletions
a> 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213