diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2016-11-17 14:49:51 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:10 +0000 |
commit | 0f53db8a63ed35031b1fcc85057b39ad43c9abd1 (patch) | |
tree | d01b2f0e7853aec8be668f05652d282476be7880 /meta/recipes-devtools | |
parent | 83d10e2acef936b1f38804988f10eafa48db36f9 (diff) | |
download | openembedded-core-0f53db8a63ed35031b1fcc85057b39ad43c9abd1.tar.gz openembedded-core-0f53db8a63ed35031b1fcc85057b39ad43c9abd1.tar.bz2 openembedded-core-0f53db8a63ed35031b1fcc85057b39ad43c9abd1.zip |
busybox: enable fractional sleep arguments
Fractional durations (e.g. 0.5s) for the sleep command are useful and
not terribly uncommon in practice, especially in scripts associated
with test cases (e.g. mdadm, lttng-tools). Enable FEATURE_FLOAT_SLEEP
by default in order to avoid having to patch every instance of a
script using a fractional sleep.
The busybox binary gains a few hundred bytes in text (armv5e shown):
$ size -x busybox.nosuid.{before,after}
text data bss dec hex filename
0x89382 0x71d 0x2250 572655 8bcef busybox.nosuid.before
0x8954e 0x721 0x2250 573119 8bebf busybox.nosuid.after
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions